|
Infinity Engine v0.6.20
C++ API Documentation
|
#include <Span.hpp>
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 |
|
constexprdefaultnoexcept |
|
inlineconstexprnoexcept |
| E* TCB_SPAN_NAMESPACE_NAME::detail::span_storage< E, S >::ptr = nullptr |
|
staticconstexpr |