You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Distributed under the MIT software license, see the accompanying
3
+
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
+
5
+
#ifndef BITCOIN_UTIL_ANY_H
6
+
#defineBITCOIN_UTIL_ANY_H
7
+
8
+
#include<any>
9
+
10
+
namespaceutil {
11
+
12
+
/**
13
+
* Helper function to access the contained object of a std::any instance.
14
+
* Returns a pointer to the object if passed instance has a value and the type
0 commit comments