CTRE Phoenix 6 C++
25.0.0-beta-4
Loading...
Searching...
No Matches
Static Public Attributes
|
List of all members
ctre::phoenix6::swerve::detail::is_container< C, U > Struct Template Reference
#include <
ctre/phoenix6/swerve/utility/span.hpp
>
Static Public Attributes
static constexpr bool
value
Member Data Documentation
◆
value
template<typename C , typename U = uncvref_t<C>>
constexpr bool
ctre::phoenix6::swerve::detail::is_container
< C, U >::value
static
constexpr
Initial value:
=
!is_span<U>::value && !is_std_array<U>::value &&
!std::is_array<U>::value && has_size_and_data<C>::value
The documentation for this struct was generated from the following file:
ctre/phoenix6/swerve/utility/
span.hpp
ctre
phoenix6
swerve
detail
is_container
Generated by
1.10.0