Bitcoin Core 28.99.0
P2P Digital Currency
Concepts
Here is a list of all concepts with brief descriptions:
[detail level 123]
 Nipc
 Ncapnp
 RDeserializableDetect 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
 RContainsStreamCheck if type contains a stream by seeing if has a GetStream() method
 RRandomNumberGeneratorA concept for RandomMixin-based random number generators
 RSerializableIf none of the specialized versions above matched, default to calling member function
 RStdChronoDurationA concept for C++ std::chrono durations
 RUnserializable