Searched refs:reveal (Results 1 – 25 of 98) sorted by relevance
1234
35 BOOST_HOF_TEST_CHECK(boost::hof::reveal(f)(t1()) == 1); in BOOST_HOF_TEST_CASE()36 BOOST_HOF_TEST_CHECK(boost::hof::reveal(f)(t2()) == 2); in BOOST_HOF_TEST_CASE()37 BOOST_HOF_TEST_CHECK(boost::hof::reveal(f)(t3()) == 3); in BOOST_HOF_TEST_CASE()67 STATIC_ASSERT_EMPTY(boost::hof::reveal(lam)); in BOOST_HOF_TEST_CASE()68 BOOST_HOF_TEST_CHECK(boost::hof::reveal(lam)(t1()) == 1); in BOOST_HOF_TEST_CASE()69 BOOST_HOF_TEST_CHECK(boost::hof::reveal(lam)(t2()) == 2); in BOOST_HOF_TEST_CASE()70 BOOST_HOF_TEST_CHECK(boost::hof::reveal(lam)(t3()) == 3); in BOOST_HOF_TEST_CASE()98 BOOST_HOF_TEST_CHECK(boost::hof::reveal(static_fun)(t1()) == 1); in BOOST_HOF_TEST_CASE()99 BOOST_HOF_TEST_CHECK(boost::hof::reveal(static_fun)(t2()) == 2); in BOOST_HOF_TEST_CASE()100 BOOST_HOF_TEST_CHECK(boost::hof::reveal(static_fun)(t3()) == 3); in BOOST_HOF_TEST_CASE()
77 BOOST_HOF_TEST_CHECK(boost::hof::reveal(fun)(1) == 1); in BOOST_HOF_TEST_CASE()78 BOOST_HOF_TEST_CHECK(boost::hof::reveal(fun)(foo()) == 2); in BOOST_HOF_TEST_CASE()80 BOOST_HOF_STATIC_TEST_CHECK(boost::hof::reveal(fun)(1) == 1); in BOOST_HOF_TEST_CASE()81 BOOST_HOF_STATIC_TEST_CHECK(boost::hof::reveal(fun)(foo()) == 2); in BOOST_HOF_TEST_CASE()
13 …BOOST_HOF_TEST_CHECK(3 == boost::hof::reveal(boost::hof::indirect(std::unique_ptr<binary_class>(ne… in BOOST_HOF_TEST_CASE()18 BOOST_HOF_TEST_CHECK(3 == boost::hof::reveal(boost::hof::indirect(&f))(1, 2)); in BOOST_HOF_TEST_CASE()
86 … BOOST_HOF_TEST_CHECK(boost::hof::reveal(boost::hof::repeat_while(not_6())(increment()))(1) == 6); in BOOST_HOF_TEST_CASE()
64 const int r = boost::hof::reveal(factorial)(5); in BOOST_HOF_TEST_CASE()
3 reveal.h11 /// reveal17 /// The `reveal` function adaptor helps shows the error messages that get21 /// error inside the function. The `reveal` adaptor will expose these error76 /// `reveal` adaptor we can get more info about the error like this:80 /// boost::hof::reveal(print)(foo{});82 /// reveal.hpp:149:20: note: candidate template ignored: substitution failure [with Ts = <foo>,…85 /// reveal.hpp:149:20: note: candidate template ignored: substitution failure [with Ts = <foo>,…88 /// reveal.hpp:149:20: note: candidate template ignored: substitution failure [with Ts = <foo>,…103 /// reveal_adaptor<F> reveal(F f);[all …]
33 /// [`boost::hof::reveal`](/include/boost/hof/reveal) adaptor to improve error messages.58 #include <boost/hof/reveal.hpp>
47 /// the `boost::hof::reveal` adaptor to improve error messages.72 #include <boost/hof/reveal.hpp>
63 #include <boost/hof/reveal.hpp>
67 #include <boost/hof/reveal.hpp>
52 #include <boost/hof/reveal.hpp>
58 #include <boost/hof/reveal.hpp>
75 #include <boost/hof/reveal.hpp>
61 #include <boost/hof/reveal.hpp>
13 #include <boost/hof/reveal.hpp>
30 ../../include/boost/hof/reveal
16 /// the tile to reveal or hide the [children].32 /// the tile to reveal or hide the [children]. The [initiallyExpanded] property must
15 exercise the system in ways that have been known to reveal bugs in the
381 BOOST_HOF_DECLARE_STATIC_VAR(reveal, detail::make<reveal_adaptor>);
126 # to run them during regular whole-project CI because they may reveal
130 # to run them during regular whole-project CI because they may reveal
1 …reveal:[1,3,24,43,52],reveal_adaptor:68,revers:[1,3,24,41,69],reverse_fold_adaptor:69,right:[20,23… property