Searched refs:void_class (Results 1 – 4 of 4) sorted by relevance
17 static constexpr boost::hof::static_<boost::hof::partial_adaptor<void_class> > void_partial = {};27 constexpr boost::hof::partial_adaptor<void_class> void_partial_constexpr = {};33 boost::hof::partial_adaptor<void_class>()(1); in BOOST_HOF_TEST_CASE()
18 static constexpr boost::hof::static_<boost::hof::pipable_adaptor<void_class> > void_pipable = {};24 constexpr boost::hof::pipable_adaptor<void_class> void_pipable_constexpr = {};
14 static constexpr boost::hof::static_<void_class> void_static = {};
134 struct void_class struct