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_SPAN_H
6
+
#defineBITCOIN_SPAN_H
7
+
8
+
#include<type_traits>
9
+
#include<cstddef>
10
+
11
+
/** A Span is an object that can refer to a contiguous sequence of objects.
0 commit comments