OpenCBDC Transaction Processor
|
#include <array>
#include <cassert>
#include <cstddef>
#include <variant>
Go to the source code of this file.
Data Structures | |
struct | cbdc::overloaded< Ts > |
Variant handler template. More... | |
Namespaces | |
namespace | cbdc |
Functions | |
template<class... Ts> | |
cbdc::overloaded (Ts...) -> overloaded< Ts... > | |
template<typename... Ts> | |
auto | cbdc::expand_type (size_t i) -> std::variant< Ts... > |
Default-constructs a std::variant from a template parameter pack. | |