Calico
|
Returns the iterator type of the given container-like type. More...
#include <iterator.hpp>
Public Types | |
typedef auto | type |
The iterator type of the given container-like type. | |
Returns the iterator type of the given container-like type.
This is equivalent to decltype(begin(std::declval<T>()))
with std::begin
present in the current scope.