sparrow 0.9.0
|
#include <u8_buffer.hpp>
Public Types | |
using | inner_type = T |
Public Member Functions | |
template<class... Args> | |
constexpr | holder (Args &&... args) noexcept |
constexpr T | extract_storage () &&noexcept |
constexpr const T & | storage () const noexcept |
constexpr T & | storage () noexcept |
constexpr void | assign (T &&other) |
Public Attributes | |
T | value |
Definition at line 32 of file u8_buffer.hpp.
using sparrow::detail::holder< T >::inner_type = T |
Definition at line 36 of file u8_buffer.hpp.
|
inlineconstexprnoexcept |
Definition at line 39 of file u8_buffer.hpp.
|
inlineconstexpr |
Definition at line 61 of file u8_buffer.hpp.
|
inlinenodiscardconstexprnoexcept |
Definition at line 46 of file u8_buffer.hpp.
|
inlinenodiscardconstexprnoexcept |
Definition at line 51 of file u8_buffer.hpp.
|
inlinenodiscardconstexprnoexcept |
Definition at line 56 of file u8_buffer.hpp.
T sparrow::detail::holder< T >::value |
Definition at line 44 of file u8_buffer.hpp.