Home
last modified time | relevance | path

Searched refs:growth_50_option_t (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/container/example/
Ddoc_custom_small_vector.cpp34 typedef small_vector_options< growth_factor<growth_factor_50> >::type growth_50_option_t; in main() typedef
37 small_vector<int, 10, void, growth_50_option_t > growth_50_vector(10, 0); in main()
Ddoc_custom_vector.cpp41 typedef vector_options< growth_factor<growth_factor_50> >::type growth_50_option_t; in main() typedef
44 vector<int, new_allocator<int>, growth_50_option_t > growth_50_vector(5, 0); in main()