Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
is_keyword_descriptor.hpp File Reference
#include <boost/mpl/bool.hpp>
#include <boost/log/detail/config.hpp>
#include <boost/log/detail/header.hpp>
#include <boost/log/detail/footer.hpp>
Include dependency graph for is_keyword_descriptor.hpp:
This graph shows which files directly or indirectly include this file:

Classes

struct  boost::expressions::keyword_descriptor
 Base class for keyword descriptors. More...
 
struct  boost::expressions::is_keyword_descriptor< T, VoidT >
 The metafunction detects if the type T is a keyword descriptor. More...
 
struct  boost::expressions::is_keyword_descriptor< T, typename T::_is_boost_log_keyword_descriptor >
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::expressions
 

Detailed Description

Author
Andrey Semashev
Date
14.07.2012

The header contains attribute keyword descriptor detection trait.