Home
last modified time | relevance | path

Searched refs:void_class (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/hof/test/
Dpartial.cpp17 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()
Dpipable.cpp18 static constexpr boost::hof::static_<boost::hof::pipable_adaptor<void_class> > void_pipable = {};
24 constexpr boost::hof::pipable_adaptor<void_class> void_pipable_constexpr = {};
Dstatic.cpp14 static constexpr boost::hof::static_<void_class> void_static = {};
Dtest.hpp134 struct void_class struct