nil::crypto3::detail::is_container< Container > Struct Template Reference

#include <type_traits.hpp>

+ Collaboration diagram for nil::crypto3::detail::is_container< Container >:

Static Public Attributes

static const bool value
 

Member Data Documentation

◆ value

template<typename Container >
static const bool nil::crypto3::detail::is_container< Container >::value
static
Initial value:
=
has_type_iterator<Container>::value &&
has_member_function_begin<Container, typename Container::iterator>::value &&
has_member_function_end<Container, typename Container::iterator>::value &&
has_type_const_iterator<Container>::value &&
has_member_function_begin<Container, typename Container::const_iterator>::value &&
has_member_function_end<Container, typename Container::const_iterator>::value

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