Bitcoin Core
31.99.0
P2P Digital Currency
mp
IsSpanOf
mp::IsSpanOf Concept Reference
#include <
type-data.h
>
Concept definition
template
<
typename
T,
typename
U>
concept
mp::IsSpanOf
=
std::convertible_to<T, std::span<const U>> &&
std::constructible_from<T, const U*, const U*>
mp::IsSpanOf
Definition:
type-data.h:15
Detailed Description
Definition at line
15
of file
type-data.h
.
Generated on Wed Apr 15 2026 20:00:37 for Bitcoin Core by
1.9.4