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

PrevUpHomeNext

opposite_tag Struct Reference
[relation]

Metafunction to obtain the opposite tag in a relation. More...

#include <opposite_tag.hpp>


Detailed Description

Metafunction to obtain the opposite tag in a relation.

template< class Tag, class Relation >
struct opposite_tag
{
        typedef {OppositeTag} type;
};


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

PrevUpHomeNext