scc  2024.06
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.


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