openMSX
|
#include <optional_fixed_span.hh>
Public Member Functions | |
constexpr | optional_fixed_span () noexcept=default |
constexpr | optional_fixed_span (std::span< T, N > span) noexcept |
constexpr std::optional< std::span< T, N > > | asOptional () const noexcept |
Definition at line 21 of file optional_fixed_span.hh.
|
constexprdefaultnoexcept |
|
inlineconstexprnoexcept |
Definition at line 28 of file optional_fixed_span.hh.
|
inlineconstexprnoexcept |
Definition at line 32 of file optional_fixed_span.hh.