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

Attribute value visitor. More...

#include <attribute_mapping.hpp>

Public Types

typedef void result_type
 
typedef MappedT mapped_type
 

Public Member Functions

 direct_mapping_visitor (mapped_type &extracted)
 
template<typename T >
void operator() (T const &val) const
 

Detailed Description

template<typename MappedT>
struct boost::sinks::aux::direct_mapping_visitor< MappedT >

Attribute value visitor.

Member Typedef Documentation

template<typename MappedT>
typedef MappedT boost::sinks::aux::direct_mapping_visitor< MappedT >::mapped_type
template<typename MappedT>
typedef void boost::sinks::aux::direct_mapping_visitor< MappedT >::result_type

Constructor & Destructor Documentation

template<typename MappedT>
boost::sinks::aux::direct_mapping_visitor< MappedT >::direct_mapping_visitor ( mapped_type extracted)
inlineexplicit

Member Function Documentation

template<typename MappedT>
template<typename T >
void boost::sinks::aux::direct_mapping_visitor< MappedT >::operator() ( T const &  val) const
inline

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