openMSX
Static Public Attributes | List of all members
detail::is_container< C, U > Struct Template Reference

#include <span.hh>

Static Public Attributes

static constexpr bool value
 

Detailed Description

template<typename C, typename U = std::remove_cvref_t<C>>
struct detail::is_container< C, U >

Definition at line 85 of file span.hh.

Member Data Documentation

◆ value

template<typename C , typename U = std::remove_cvref_t<C>>
constexpr bool detail::is_container< C, U >::value
staticconstexpr
Initial value:
= !is_span<U>::value &&
!is_std_array<U>::value &&
!std::is_array_v<U> &&
has_size_and_data<C>::value

Definition at line 87 of file span.hh.


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