...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::unit_test::log_checkpoint_data — Collection of log checkpoint attributes.
// In header: <boost/test/unit_test_log_formatter.hpp> struct log_checkpoint_data { // public member functions void clear(); // public data members const_string m_file_name; // log checkpoint file name std::size_t m_line_num; // log checkpoint file name std::string m_message; // log checkpoint message };