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

PrevUpHomeNext

unique_map_view_access Struct Template Reference

List of all members.

Public Types

typedef BOOST_DEDUCED_TYPENAME::boost::mpl::if_<
typename::boost::is_const<
BOOST_DEDUCED_TYPENAME value_type::second_type
>::type, non_mutable_data_unique_map_view_access<
Derived, Tag, BimapType >,
mutable_data_unique_map_view_access<
Derived, Tag, BimapType
> >::type 
type

Detailed Description

template<class Derived, class Tag, class BimapType>
struct boost::bimaps::detail::unique_map_view_access< Derived, Tag, BimapType >

Definition at line 383 of file map_view_base.hpp.


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

PrevUpHomeNext