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>

Detailed Description

Definition at line 16 of file common.h.