halcheck 1.0
Loading...
Searching...
No Matches
halcheck::lib::is_forward_range< T > Struct Template Reference

Determines whether a type is a range whose iterators satisfy lib::is_forward_iterator. More...

#include <range.hpp>

Inheritance diagram for halcheck::lib::is_forward_range< T >:
halcheck::lib::is_detected< lib::forward_range, T >

Detailed Description

template<typename T>
struct halcheck::lib::is_forward_range< T >

Determines whether a type is a range whose iterators satisfy lib::is_forward_iterator.

Template Parameters
TThe type to query.

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