|
preCICE v3.3.0
|
#include <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 |
|
constexprdefaultnoexcept |
|
inlineconstexprnoexcept |
| E* precice::detail::span_storage< E, S >::ptr = nullptr |
|
staticconstexpr |