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::complementable< T, R > Struct Template Reference

The complementable concept allow use of the bitwise complement operator on an any. More...

#include <operators.hpp>

Static Public Member Functions

static R apply (const T &arg)
 

Detailed Description

template<class T = _self, class R = T>
struct boost::type_erasure::complementable< T, R >

The complementable concept allow use of the bitwise complement operator on an any.

Member Function Documentation

template<class T = _self, class R = T>
static R boost::type_erasure::complementable< T, R >::apply ( const T arg)
inlinestatic

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