Searched refs:throw_on_overflow (Results 1 – 5 of 5) sorted by relevance
79 using options_t = static_vector_options_t< throw_on_overflow<true> >; in test_throw_on_overflow()82 < throw_on_overflow<true> >::type options_t; in test_throw_on_overflow()108 using options_t = static_vector_options_t< throw_on_overflow<false> >; in test_throw_on_overflow()110 typedef static_vector_options< throw_on_overflow<false> >::type options_t; in test_throw_on_overflow()
402 BOOST_INTRUSIVE_OPTION_CONSTANT(throw_on_overflow, bool, ThrowOnOverflow, throw_on_overflow)409 static const bool throw_on_overflow = ThrowOnOverflow; member436 typedef static_vector_opt< packed_options::throw_on_overflow
115 , options_t::throw_on_overflow
32 typedef static_vector_options< throw_on_overflow<false> >::type no_throw_options_t; in main()
751 * [classref boost::container::throw_on_overflow throw_on_overflow]: A boolean that specifies if the