YACLib
C++ library for concurrent tasks execution
Loading...
Searching...
No Matches
yaclib::detail::IsInputRangePair< It, Sentinel > Struct Template Reference

#include <type_traits_impl.hpp>

Collaboration diagram for yaclib::detail::IsInputRangePair< It, Sentinel >:
[legend]

Static Public Attributes

static constexpr bool Value = IsInputIterator<It>::Value && IsSentinelFor<Sentinel, It>::Value
 

Detailed Description

template<typename It, typename Sentinel>
struct yaclib::detail::IsInputRangePair< It, Sentinel >

Definition at line 144 of file type_traits_impl.hpp.

Member Data Documentation

◆ Value

template<typename It , typename Sentinel >
constexpr bool yaclib::detail::IsInputRangePair< It, Sentinel >::Value = IsInputIterator<It>::Value && IsSentinelFor<Sentinel, It>::Value
staticconstexpr

Definition at line 145 of file type_traits_impl.hpp.


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