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

#include <type_traits_impl.hpp>

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

Static Public Attributes

static constexpr bool Value = false
 

Detailed Description

template<typename It, typename Sentinel, typename = std::void_t<>>
struct yaclib::detail::HasConstantTimeDistance< It, Sentinel, typename >

Definition at line 165 of file type_traits_impl.hpp.

Member Data Documentation

◆ Value

template<typename It , typename Sentinel , typename = std::void_t<>>
constexpr bool yaclib::detail::HasConstantTimeDistance< It, Sentinel, typename >::Value = false
staticconstexpr

Definition at line 166 of file type_traits_impl.hpp.


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