halcheck 1.0
Loading...
Searching...
No Matches
halcheck::lib::is_random_access_iterator< I > Struct Template Reference

Determines whether a type satisfies the LegacyRandomAccessIterator concept. More...

#include <type_traits.hpp>

Inheritance diagram for halcheck::lib::is_random_access_iterator< I >:
halcheck::lib::is_detected< lib::random_access_iterator, I >

Detailed Description

template<typename I>
struct halcheck::lib::is_random_access_iterator< I >

Determines whether a type satisfies the LegacyRandomAccessIterator concept.

Template Parameters
IThe type to query.
See also
https://en.cppreference.com/w/cpp/named_req/RandomAccessIterator

The documentation for this struct was generated from the following file: