Home
last modified time | relevance | path

Searched defs:map_capacity_traits (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/numeric/ublas/
Dstorage_sparse.hpp554 struct map_capacity_traits { struct
555 typedef typename M::size_type type ;
556 type operator() ( M const& m ) const { in operator ()()
562 struct map_capacity_traits< map_array<I, T, ALLOC> > { struct
563 typedef typename map_array<I, T, ALLOC>::size_type type ;
564 type operator() ( map_array<I, T, ALLOC> const& m ) const { in operator ()()