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
static
constexpr
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
TCB_SPAN_NAMESPACE_NAME
detail
is_container
Generated by
1.15.0