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

Base class for attribute mapping function objects. More...

#include <attribute_mapping.hpp>

Inheritance diagram for boost::sinks::basic_mapping< MappedT >:

Public Types

typedef MappedT mapped_type
 Mapped value type. More...
 
typedef mapped_type result_type
 Result type. More...
 

Detailed Description

template<typename MappedT>
struct boost::sinks::basic_mapping< MappedT >

Base class for attribute mapping function objects.

Member Typedef Documentation

template<typename MappedT>
typedef MappedT boost::sinks::basic_mapping< MappedT >::mapped_type

Mapped value type.

template<typename MappedT>
typedef mapped_type boost::sinks::basic_mapping< MappedT >::result_type

Result type.


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