CTRE Phoenix 6 C++ 25.0.0-beta-4
Loading...
Searching...
No Matches
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
staticconstexpr
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: