Searched refs:identity_d (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/libs/functional/overloaded_function/test/ |
D | functor.cpp | 16 BOOST_TEST(identity_d(1.23) == 1.23); in main() 24 > identity(identity_s, identity_i, identity_d); in main()
|
D | make_decl.cpp | 16 identity_s, identity_i, identity_d)); in main()
|
D | make_call.cpp | 23 check(boost::make_overloaded_function(identity_s, identity_i, identity_d)); in main()
|
D | identity.hpp | 25 boost::function<double (double)> identity_d = identity_d_impl; // Functor. variable
|
/third_party/boost/libs/functional/overloaded_function/doc/ |
D | overloaded_function.qbk | 56 …ect `identity` instead of using their different names `identity_s`, `identity_i`, and `identity_d`. 116 …tion name by the compiler), `identity_i` as a function reference, and `identity_d` as a function o… 137 …een created specifying only the functions `identity_s`, `identity_i`, `identity_d` and without spe…
|