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

PrevUpHomeNext

is_tagged Struct Reference

Type trait to check if a type is tagged. More...

#include <is_tagged.hpp>


Detailed Description

Type trait to check if a type is tagged.

template< class Type >
struct is_tagged
{
    typedef {mpl::true_/mpl::false_} type;
};

See also tagged.


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

PrevUpHomeNext