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

PrevUpHomeNext

vector_of_relation Struct Reference

Set Of Relation Specification. More...

#include <vector_of.hpp>

Inheritance diagram for vector_of_relation:

Inheritance graph
Collaboration diagram for vector_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 vector_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. This struct implements internally a metafunction named bind_to that manages the quite complicated task of finding the right type of the set for the relation.

template<class Relation>
struct bind_to
{
    typedef -unspecified- type;
};

See also vector_of, is_set_type_of_relation.

Definition at line 151 of file vector_of.hpp.


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

PrevUpHomeNext