Searched refs:polymorphic_strict_get (Results 1 – 2 of 2) sorted by relevance
221 polymorphic_strict_get( in polymorphic_strict_get() function238 polymorphic_strict_get( in polymorphic_strict_get() function255 polymorphic_strict_get( in polymorphic_strict_get() function272 polymorphic_strict_get( in polymorphic_strict_get() function301 return polymorphic_strict_get<U>(operand); in polymorphic_get()317 return polymorphic_strict_get<U>(operand); in polymorphic_get()332 return polymorphic_strict_get<U>(operand); in polymorphic_get()347 return polymorphic_strict_get<U>(operand); in polymorphic_get()
69 BOOST_TEST(boost::polymorphic_strict_get<TestType>(v)); in check_polymorphic_get_on_types_impl_single_type()70 BOOST_TEST(boost::polymorphic_strict_get<const TestType>(v)); in check_polymorphic_get_on_types_impl_single_type()75 BOOST_TEST(boost::polymorphic_strict_get<cref_test_t>(v)); in check_polymorphic_get_on_types_impl_single_type()81 BOOST_TEST(boost::polymorphic_strict_get<ref_test_t>(v)); in check_polymorphic_get_on_types_impl_single_type()82 BOOST_TEST(boost::polymorphic_strict_get<cref_test_t>(v)); in check_polymorphic_get_on_types_impl_single_type()89 BOOST_TEST(!boost::polymorphic_strict_get<TestType>(v)); in check_polymorphic_get_on_types_impl_single_type()90 BOOST_TEST(!boost::polymorphic_strict_get<const TestType>(v)); in check_polymorphic_get_on_types_impl_single_type()176 boost::polymorphic_strict_get<T>(*v); // Must compile in check_get_on_types_impl()177 boost::polymorphic_strict_get<const T>(*v); // Must compile in check_get_on_types_impl()