Searched refs:throw_on_overflow (Results 1 – 11 of 11) sorted by relevance
69 using options_t = static_vector_options_t< throw_on_overflow<true> >; in test_throw_on_overflow()72 < throw_on_overflow<true> >::type options_t; in test_throw_on_overflow()95 using options_t = static_vector_options_t< throw_on_overflow<false> >; in test_throw_on_overflow()97 typedef static_vector_options< throw_on_overflow<false> >::type options_t; in test_throw_on_overflow()
395 BOOST_INTRUSIVE_OPTION_CONSTANT(throw_on_overflow, bool, ThrowOnOverflow, throw_on_overflow)402 static const bool throw_on_overflow = ThrowOnOverflow; member429 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()
114 throw_on_overflow enumerator
227 …_a(boost::log::open_mode::create_only, ipc_queue_name, 1u, block_size, queue_t::throw_on_overflow); in BOOST_AUTO_TEST_CASE()
310 else if (BOOST_UNLIKELY(oflow_policy == throw_on_overflow)) in send()
322 else if (BOOST_UNLIKELY(oflow_policy == throw_on_overflow)) in send()
734 * [classref boost::container::throw_on_overflow throw_on_overflow]: A boolean that specifies if the
377 * `throw_on_overflow` - Throw an exception from the send operation. The exception is [class_log_cap…
870 boost/container/throw_on_overflow.html