|
di 0.1.0
|
#include <di/util/store_if.h>
Public Member Functions | |
| template<typename... Args> requires (concepts::ConstructibleFrom<StoreIf<T, true>, Args...>) | |
| constexpr | StoreIf (Args &&...) |
| StoreIf ()=default | |
| StoreIf (StoreIf const &)=default | |
| StoreIf (StoreIf &&)=default | |
| auto | operator= (StoreIf const &) -> StoreIf &=default |
| auto | operator= (StoreIf &&) -> StoreIf &=default |
Public Attributes | |
| T | value |
|
inlineconstexpr |
|
default |
|
default |
|
default |
|
default |
|
default |
| T di::util::StoreIf< T, should_store >::value |