Boost C++ Libraries

PrevUpHomeNext

Struct template is_model_supported

boost::log::sinks::is_model_supported — A helper metafunction to check if a threading model is supported.

Synopsis

// In header: <boost/log/sinks/threading_models.hpp>

template<typename TestedT, typename RequiredT> 
struct is_model_supported {
};

PrevUpHomeNext