Searched defs:identity_function (Results 1 – 2 of 2) sorted by relevance
23 BOOST_PYTHON_DECL object const& identity_function() in identity_function() function
315 struct identity_function struct317 typedef T argument_type;318 typedef T result_type;320 result_type operator()(argument_type x) const { return x; } in operator ()()