Home
last modified time | relevance | path

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

/third_party/boost/libs/functional/overloaded_function/test/
Didentity.hpp24 double identity_d_impl(double x) { return x; } in identity_d_impl() function
25 boost::function<double (double)> identity_d = identity_d_impl; // Functor.