Searched refs:growth_50_option_t (Results 1 – 2 of 2) sorted by relevance
34 typedef small_vector_options< growth_factor<growth_factor_50> >::type growth_50_option_t; in main() typedef37 small_vector<int, 10, void, growth_50_option_t > growth_50_vector(10, 0); in main()
41 typedef vector_options< growth_factor<growth_factor_50> >::type growth_50_option_t; in main() typedef44 vector<int, new_allocator<int>, growth_50_option_t > growth_50_vector(5, 0); in main()