nil::crypto3::detail::is_range< Range > Struct Template Reference

#include <type_traits.hpp>

+ Collaboration diagram for nil::crypto3::detail::is_range< Range >:

Static Public Attributes

static const bool value
 

Member Data Documentation

◆ value

template<typename Range >
static const bool nil::crypto3::detail::is_range< Range >::value
static
Initial value:
= has_type_iterator<Range>::value &&
has_member_function_begin<Range, typename Range::iterator>::value &&
has_member_function_end<Range, typename Range::iterator>::value

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