HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TCB_SPAN_NAMESPACE_NAME::detail::span_storage< E, S > Struct Template Reference

#include <UT_Span.h>

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
 

Detailed Description

template<typename E, std::size_t S>
struct TCB_SPAN_NAMESPACE_NAME::detail::span_storage< E, S >

Definition at line 180 of file UT_Span.h.

Constructor & Destructor Documentation

template<typename E, std::size_t S>
constexpr TCB_SPAN_NAMESPACE_NAME::detail::span_storage< E, S >::span_storage ( )
defaultnoexcept
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   
)
inlinenoexcept

Definition at line 183 of file UT_Span.h.

Member Data Documentation

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

Definition at line 187 of file UT_Span.h.

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

Definition at line 188 of file UT_Span.h.


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