souffle  2.0.2-371-g6315b36
Static Public Attributes
TCB_SPAN_NAMESPACE_NAME::detail::is_container< C, U > Struct Template Reference

#include <span.h>

Collaboration diagram for TCB_SPAN_NAMESPACE_NAME::detail::is_container< C, U >:
Collaboration graph

Static Public Attributes

static constexpr bool value
 

Detailed Description

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

Definition at line 266 of file span.h.

Field Documentation

◆ value

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

Definition at line 267 of file span.h.


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