Bitcoin ABC 0.26.3
P2P Digital Currency
|
#include <any>
Go to the source code of this file.
Namespaces | |
namespace | util |
Functions | |
template<typename T > | |
T * | util::AnyPtr (const std::any &any) noexcept |
Helper function to access the contained object of a std::any instance. | |