tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
distance.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  etl
 

Functions

template<typename It>
constexpr auto distance (It first, It last) -> typename iterator_traits< It >::difference_type
 Returns the number of hops from first to last.