Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::sinks::has_requirement< TestedT, RequiredT > Struct Template Reference

A helper metafunction to check if a requirement is satisfied. More...

#include <frontend_requirements.hpp>

Inheritance diagram for boost::sinks::has_requirement< TestedT, RequiredT >:
Collaboration diagram for boost::sinks::has_requirement< TestedT, RequiredT >:

Detailed Description

template<typename TestedT, typename RequiredT>
struct boost::sinks::has_requirement< TestedT, RequiredT >

A helper metafunction to check if a requirement is satisfied.

The TestedT template argument should be the type combining one or several requirements and RequiredT is the requirement to test against. The metafunction will yield a positive result if TestedT supports RequiredT.


The documentation for this struct was generated from the following file: