Gaia-ECS v0.9.3
A simple and powerful entity component system
Loading...
Searching...
No Matches
gaia::core::detail::is_container< C, U > Struct Template Reference

Static Public Attributes

static constexpr bool value
 

Member Data Documentation

◆ value

template<typename C , typename U = raw_t<C>>
constexpr bool gaia::core::detail::is_container< C, U >::value
staticconstexpr
Initial value:
=
!is_span<U>::value && !is_std_array<U>::value && !std::is_array<U>::value && has_data_size<C>::value

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