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

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

#include <type_traits.hpp>

Inheritance diagram for halcheck::lib::is_bidirectional_iterator< I >:
halcheck::lib::is_detected< lib::bidirectional_iterator, I >

Detailed Description

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

Determines whether a type satisfies the LegacyBidirectionalIterator concept.

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

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