![]() |
Home | Libraries | People | FAQ | More |
boost::proto::functional::distance — A PolymorphicFunctionObject type that invokes the
std::distance()
function on its arguments.
// In header: <boost/proto/functional/std/iterator.hpp> struct distance : proto::callable { // member classes/structs/unions template<typename This, typename InputIterator> struct result<> { // types typedef ; }; // public member functions template<typename InputIterator> (, ) ; };
A PolymorphicFunctionObject type that invokes the
std::distance()
function on its arguments.
distance
public member functionstemplate<typename InputIterator> ( first, last) ;
Returns: |
|