Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for a snapshot of the develop branch, built from commit ec9f6e560b.
PrevUpHomeNext

Struct template is_relaxed

boost::type_erasure::is_relaxed

Synopsis

// In header: <boost/type_erasure/relaxed.hpp>

template<typename Concept> 
struct is_relaxed : public boost::mpl::eval_if::type {
};

Description

A metafunction indicating whether Concept includes relaxed.


PrevUpHomeNext