MeshLib
 
Loading...
Searching...
No Matches
MR::DirectoryIterator Struct Reference

iterator of directory items that will save any errors in (ec) instead of throwing exceptions More...

#include <MRDirectory.h>

Public Member Functions

DirectoryIteratoroperator++ ()
 
auto operator* () const
 

Public Attributes

std::filesystem::directory_iterator it
 
std::error_code & ec
 

Detailed Description

iterator of directory items that will save any errors in (ec) instead of throwing exceptions

Member Function Documentation

◆ operator*()

auto MR::DirectoryIterator::operator* ( ) const
inline

◆ operator++()

DirectoryIterator & MR::DirectoryIterator::operator++ ( )
inline

Member Data Documentation

◆ ec

std::error_code& MR::DirectoryIterator::ec

◆ it

std::filesystem::directory_iterator MR::DirectoryIterator::it

The documentation for this struct was generated from the following file: