Home
last modified time | relevance | path

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

/third_party/boost/libs/functional/overloaded_function/test/
Didentity.hpp21 int identity_i_impl(int x) { return x; } in identity_i_impl() function
22 int (&identity_i)(int) = identity_i_impl; // Function reference.