Overview Usage Performance Notes Links | tst 0.68 - 23 Jan 2009 |
Functions | |
template<class VecT> | |
void | reserve (VecT &v, typename VecT::size_type require) |
vector::capacity and reserve don't operate in 2^x steps, so implement here |
void containers::util::reserve | ( | VecT & | v, | |
typename VecT::size_type | require | |||
) | [inline] |
vector::capacity and reserve don't operate in 2^x steps, so implement here
ternary_tree 0.68 -- by rasmus ekman -- Page generated with Doxygen 1.5.6 on 23 Jan 2009 |