Bitcoin Core
28.99.0
P2P Digital Currency
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 Fri Jan 17 2025 20:00:35 for Bitcoin Core by
1.9.4