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

PrevUpHomeNext

unconstrained_set_of_relation Struct Reference

Set Of Relation Specification. More...

#include <unconstrained_set_of.hpp>

Inheritance diagram for unconstrained_set_of_relation:

Inheritance graph
Collaboration diagram for unconstrained_set_of_relation:

Collaboration graph
List of all members.

Public Types

typedef mpl::bool_< true > left_mutable_key
typedef mpl::bool_< true > right_mutable_key

Detailed Description

Set Of Relation Specification.

This struct is similar to unconstrained_set_of but it is bind logically to a relation. It is used in the bimap instantiation to specify the desired type of the main view.

See also unconstrained_set_of, is_set_type_of_relation.

Definition at line 91 of file unconstrained_set_of.hpp.


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

PrevUpHomeNext