Infinity Engine v0.6.20
C++ API Documentation
Loading...
Searching...
No Matches
TCB_SPAN_NAMESPACE_NAME::detail::span_storage< E, S > Struct Template Reference

#include <Span.hpp>

Inheritance diagram for TCB_SPAN_NAMESPACE_NAME::detail::span_storage< E, S >:
[legend]

Public Member Functions

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

Public Attributes

E * ptr = nullptr
 

Static Public Attributes

static constexpr size_t size = S
 

Constructor & Destructor Documentation

◆ span_storage() [1/2]

template<typename E , size_t S>
constexpr TCB_SPAN_NAMESPACE_NAME::detail::span_storage< E, S >::span_storage ( )
constexprdefaultnoexcept

◆ span_storage() [2/2]

template<typename E , size_t S>
constexpr TCB_SPAN_NAMESPACE_NAME::detail::span_storage< E, S >::span_storage ( E *  p_ptr,
size_t   
)
inlineconstexprnoexcept

Member Data Documentation

◆ ptr

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

◆ size

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