TCB_SPAN_NAMESPACE_NAME::detail::span_storage< E, S > Struct Template Reference

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 TCB_SPAN_NAMESPACE_NAME::detail::span_storage< E, S >::span_storage ( )
constexprdefaultnoexcept

◆ span_storage() [2/2]

template<typename E , std::size_t S>
constexpr TCB_SPAN_NAMESPACE_NAME::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* TCB_SPAN_NAMESPACE_NAME::detail::span_storage< E, S >::ptr = nullptr

◆ size

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

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