halcheck 1.0
Loading...
Searching...
No Matches
halcheck::lib::is_output_iterator< I, T > Struct Template Reference

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

#include <type_traits.hpp>

Inheritance diagram for halcheck::lib::is_output_iterator< I, T >:
halcheck::lib::is_detected< lib::output_iterator, I, T >

Detailed Description

template<typename I, typename T>
struct halcheck::lib::is_output_iterator< I, T >

Determines whether a type satisfies the LegacyOutputIterator concept.

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

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