...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::log::sinks::file::scan_result — The structure contains filesystem scanning results.
// In header: <boost/log/sinks/text_file_backend.hpp> struct scan_result { // construct/copy/destruct scan_result() noexcept; // public data members uintmax_t found_count; // The number of found files. boost::optional< unsigned int > last_file_counter; // If populated, the largest file counter that was used in the found file names. };