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

The incrementable concept allow pre and post increment on an any. More...

#include <operators.hpp>

Static Public Member Functions

static void apply (T &arg)
 

Detailed Description

template<class T = _self>
struct boost::type_erasure::incrementable< T >

The incrementable concept allow pre and post increment on an any.

The contained type must provide a pre-increment operator.

Member Function Documentation

template<class T = _self>
static void boost::type_erasure::incrementable< T >::apply ( T arg)
inlinestatic

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