Searched refs:test_trait_impl (Results 1 – 1 of 1) sorted by relevance
78 template< class T > inline void test_trait_impl( char const * trait, void (*)( T ), in test_trait_impl() function127 #define BOOST_TEST_TRAIT_TRUE(type) ( ::boost::detail::test_trait_impl(#type, (void(*)type)0, true,…128 #define BOOST_TEST_TRAIT_FALSE(type) ( ::boost::detail::test_trait_impl(#type, (void(*)type)0, fals…