Boost C++ Libraries Boost.Bimap Home Libraries People FAQ More

PrevUpHomeNext

is_mutant_idiom_supported_for Struct Template Reference

Metafunction to test if the compiler supports the mutant idiom. More...

#include <relation.hpp>

List of all members.

Public Types

typedef mpl::bool_< true > type

Static Public Attributes

static const bool mutant_is_supported
static const int sA
static const int sAB = sA + sB
static const int sB
static const bool value = type::value


Detailed Description

template<class TA, class TB>
struct boost::bimaps::relation::detail::is_mutant_idiom_supported_for< TA, TB >

Metafunction to test if the compiler supports the mutant idiom.

See also select_relation, mutant_relation, standard_relation.

Definition at line 65 of file relation.hpp.


The documentation for this struct was generated from the following file:
Copyright 2006 Matias Capeletto

PrevUpHomeNext