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

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

#include <type_traits.hpp>

Inheritance diagram for halcheck::lib::is_input_iterator< I >:
halcheck::lib::is_detected< lib::input_iterator, I >

Detailed Description

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

Determines whether a type satisfies the LegacyInputIterator concept.

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

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