Bitcoin Core 28.99.0
P2P Digital Currency
|
▼Nipc | |
▼Ncapnp | |
RDeserializable | Detect if type has a deserialize_type constructor, which is used to deserialize types like CTransaction that can't be unserialized into existing objects because they are immutable |
RBasicByte | |
RCharNotInt8 | |
RContainsStream | Check if type contains a stream by seeing if has a GetStream() method |
RRandomNumberGenerator | A concept for RandomMixin-based random number generators |
RSerializable | If none of the specialized versions above matched, default to calling member function |
RStdChronoDuration | A concept for C++ std::chrono durations |
RUnserializable |