If T
is an iterator to a container that its elements are in contiguous space it is equivalent to std::true_type
, for any other iterator it is std::false_type
.
More...
If T
is an iterator to a container that its elements are in contiguous space it is equivalent to std::true_type
, for any other iterator it is std::false_type
.