scc 2025.09
SystemC components library
TCB_SPAN_NAMESPACE_NAME::detail::is_container< C, U > Struct Template Reference

Static Public Attributes

static constexpr bool value = !is_span<U>::value && !is_std_array<U>::value && !std::is_array<U>::value && has_size_and_data<C>::value

Detailed Description

template<typename C, typename U = uncvref_t<C>>
struct TCB_SPAN_NAMESPACE_NAME::detail::is_container< C, U >

Definition at line 225 of file span.h.

Member Data Documentation

◆ value

template<typename C, typename U = uncvref_t<C>>
bool TCB_SPAN_NAMESPACE_NAME::detail::is_container< C, U >::value = !is_span<U>::value && !is_std_array<U>::value && !std::is_array<U>::value && has_size_and_data<C>::value
staticconstexpr

Definition at line 226 of file span.h.


The documentation for this struct was generated from the following file:
  • /home/eyck/Projects/MINRES/SystemC-Components/src/common/nonstd/span.h