Searched defs:map_capacity_traits (Results 1 – 1 of 1) sorted by relevance
554 struct map_capacity_traits { struct555 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> > { struct563 typedef typename map_array<I, T, ALLOC>::size_type type ;564 type operator() ( map_array<I, T, ALLOC> const& m ) const { in operator ()()