Bitcoin Core
31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
ByteType Concept Reference
#include <
common.h
>
Concept definition
template
<
typename
B>
concept
ByteType
= std::same_as<B, unsigned char> || std::same_as<B, std::byte>
ByteType
Definition
common.h:16
Detailed Description
Definition at line
16
of file
common.h
.
Generated on
for Bitcoin Core by
1.16.1