CTRE Phoenix 6 C++ 25.0.0-beta-4
Loading...
Searching...
No Matches
ctre::phoenix6::swerve::detail::span_storage< E, S > Struct Template Reference

#include <ctre/phoenix6/swerve/utility/span.hpp>

Public Member Functions

constexpr span_storage () noexcept=default
 
constexpr span_storage (E *p_ptr, std::size_t) noexcept
 

Public Attributes

E * ptr = nullptr
 

Static Public Attributes

static constexpr std::size_t size = S
 

Constructor & Destructor Documentation

◆ span_storage() [1/2]

template<typename E , std::size_t S>
constexpr ctre::phoenix6::swerve::detail::span_storage< E, S >::span_storage ( )
constexprdefaultnoexcept

◆ span_storage() [2/2]

template<typename E , std::size_t S>
constexpr ctre::phoenix6::swerve::detail::span_storage< E, S >::span_storage ( E * p_ptr,
std::size_t  )
inlineconstexprnoexcept

Member Data Documentation

◆ ptr

template<typename E , std::size_t S>
E* ctre::phoenix6::swerve::detail::span_storage< E, S >::ptr = nullptr

◆ size

template<typename E , std::size_t S>
constexpr std::size_t ctre::phoenix6::swerve::detail::span_storage< E, S >::size = S
staticconstexpr

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