Kagome
Polkadot Runtime Engine in C++17
|
#include <box.hpp>
Public Types | |
using | Type = T |
Public Member Functions | |
template<typename... A> | |
Box (A &&...args) | |
Box (Box &box) | |
Box (Box &&box) | |
Box & | operator= (Box &val) |
Box & | operator= (Box &&box) |
auto | clone () const |
T & | mut_value ()& |
T const & | value () const & |
Private Attributes | |
std::optional< T > | t_ |
Copyright Soramitsu Co., Ltd. All Rights Reserved. SPDX-License-Identifier: Apache-2.0
|
inline |