...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::has_requirement
// In header: <boost/log/sinks/frontend_requirements.hpp> template<typename TestedT, typename RequiredT> struct has_requirement : public is_base_of< RequiredT, TestedT > { };