template<typename from_type_, typename to_type_, typename from_compare = std::less<from_type_>, typename to_compare = std::less<to_type_>, typename allocator_type = std::allocator<direct_pair<const from_type_,const to_type_> >>
class codeproject::bimap< from_type_, to_type_, from_compare, to_compare, allocator_type >
Definition at line 2040 of file bimap.h.
template<typename from_type_, typename to_type_, typename from_compare = std::less<from_type_>, typename to_compare = std::less<to_type_>, typename allocator_type = std::allocator<direct_pair<const from_type_,const to_type_> >>
| codeproject::bimap< from_type_, to_type_, from_compare, to_compare, allocator_type >::bimap |
( |
const from_compare & | from_comp = from_compare(), |
|
|
const to_compare & | to_comp = to_compare(), |
|
|
const allocator_type & | al = allocator_type() ) |
|
inlineexplicit |
template<typename from_type_, typename to_type_, typename from_compare = std::less<from_type_>, typename to_compare = std::less<to_type_>, typename allocator_type = std::allocator<direct_pair<const from_type_,const to_type_> >>
template<typename it_type>
| codeproject::bimap< from_type_, to_type_, from_compare, to_compare, allocator_type >::bimap |
( |
it_type | first, |
|
|
it_type | last, |
|
|
const from_compare & | from_comp = from_compare(), |
|
|
const to_compare & | to_comp = to_compare(), |
|
|
const allocator_type & | al = allocator_type() ) |
|
inline |
template<typename from_type_, typename to_type_, typename from_compare = std::less<from_type_>, typename to_compare = std::less<to_type_>, typename allocator_type = std::allocator<direct_pair<const from_type_,const to_type_> >>
| bool codeproject::bimap< from_type_, to_type_, from_compare, to_compare, allocator_type >::operator!= |
( |
const bimap< from_type_, to_type_, from_compare, to_compare, allocator_type > & | r | ) |
const |
|
inline |
template<typename from_type_, typename to_type_, typename from_compare = std::less<from_type_>, typename to_compare = std::less<to_type_>, typename allocator_type = std::allocator<direct_pair<const from_type_,const to_type_> >>
| bool codeproject::bimap< from_type_, to_type_, from_compare, to_compare, allocator_type >::operator< |
( |
const bimap< from_type_, to_type_, from_compare, to_compare, allocator_type > & | r | ) |
const |
|
inline |
template<typename from_type_, typename to_type_, typename from_compare = std::less<from_type_>, typename to_compare = std::less<to_type_>, typename allocator_type = std::allocator<direct_pair<const from_type_,const to_type_> >>
| bool codeproject::bimap< from_type_, to_type_, from_compare, to_compare, allocator_type >::operator<= |
( |
const bimap< from_type_, to_type_, from_compare, to_compare, allocator_type > & | r | ) |
const |
|
inline |
template<typename from_type_, typename to_type_, typename from_compare = std::less<from_type_>, typename to_compare = std::less<to_type_>, typename allocator_type = std::allocator<direct_pair<const from_type_,const to_type_> >>
| bool codeproject::bimap< from_type_, to_type_, from_compare, to_compare, allocator_type >::operator== |
( |
const bimap< from_type_, to_type_, from_compare, to_compare, allocator_type > & | r | ) |
const |
|
inline |
template<typename from_type_, typename to_type_, typename from_compare = std::less<from_type_>, typename to_compare = std::less<to_type_>, typename allocator_type = std::allocator<direct_pair<const from_type_,const to_type_> >>
| bool codeproject::bimap< from_type_, to_type_, from_compare, to_compare, allocator_type >::operator> |
( |
const bimap< from_type_, to_type_, from_compare, to_compare, allocator_type > & | r | ) |
const |
|
inline |
template<typename from_type_, typename to_type_, typename from_compare = std::less<from_type_>, typename to_compare = std::less<to_type_>, typename allocator_type = std::allocator<direct_pair<const from_type_,const to_type_> >>
| bool codeproject::bimap< from_type_, to_type_, from_compare, to_compare, allocator_type >::operator>= |
( |
const bimap< from_type_, to_type_, from_compare, to_compare, allocator_type > & | r | ) |
const |
|
inline |