Home
last modified time | relevance | path

Searched defs:identity_function (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/python/src/object/
Diterator.cpp23 BOOST_PYTHON_DECL object const& identity_function() in identity_function() function
/third_party/boost/boost/graph/distributed/
Ddehne_gotz_min_spanning_tree.hpp315 struct identity_function struct
317 typedef T argument_type;
318 typedef T result_type;
320 result_type operator()(argument_type x) const { return x; } in operator ()()