Boost C++ 库
...全球公认的最受推崇、设计最精湛的 C++ 库项目之一。
— Herb Sutter 和 Andrei Alexandrescu, C++ Coding Standards
boost::unit_test::runtime_config::stream_holder::callback_cleaner
// In header: <boost/test/unit_test_parameters.hpp> struct callback_cleaner { // public member functions callback_cleaner(boost::function< void()>); ~callback_cleaner(); // public data members boost::function< void()> m_cleaner_callback; std::ofstream m_file; };