|
ICU4X
International Components for Unicode
|
#include <diplomat_runtime.hpp>
Public Member Functions | |
| Ok (T &&i) | |
| template<typename X = T, typename = typename std::enable_if<std::is_trivially_copyable<X>::value>::type> | |
| Ok (const T &i) | |
| Ok ()=default | |
| Ok (Ok &&) noexcept=default | |
| Ok (const Ok &)=default | |
| Ok & | operator= (const Ok &)=default |
| Ok & | operator= (Ok &&) noexcept=default |
Public Attributes | |
| T | inner |
|
inline |
|
inline |
|
default |
|
defaultnoexcept |
|
default |
|
default |
|
defaultnoexcept |
| T icu4x::diplomat::Ok< T >::inner |