| 
| template<class I , class T , class C >  | 
| BOOST_UBLAS_INLINE I  | boost::numeric::ublas::detail::lower_bound (const I &begin, const I &end, const T &t, C compare) | 
|   | 
| template<class I , class T , class C >  | 
| BOOST_UBLAS_INLINE I  | boost::numeric::ublas::detail::upper_bound (const I &begin, const I &end, const T &t, C compare) | 
|   | 
| template<class M >  | 
| BOOST_UBLAS_INLINE void  | boost::numeric::ublas::detail::map_reserve (M &, typename M::size_type) | 
|   | 
| template<class I , class T , class ALLOC >  | 
| BOOST_UBLAS_INLINE void  | boost::numeric::ublas::detail::map_reserve (map_array< I, T, ALLOC > &m, typename map_array< I, T, ALLOC >::size_type capacity) | 
|   | 
| template<class M >  | 
BOOST_UBLAS_INLINE  
map_capacity_traits< M >::type  | boost::numeric::ublas::detail::map_capacity (M const &m) | 
|   |