Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template is_relaxed

boost::type_erasure::is_relaxed

Synopsis

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

template<typename Concept> 
struct is_relaxed {
};

Description

A metafunction indicating whether Concept includes relaxed.


PrevUpHomeNext