Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
CompactSizeFormatter< RangeCheck > Struct Template Reference

Formatter for integers in CompactSize format. More...

#include <serialize.h>

Public Member Functions

template<typename Stream, typename I>
void Unser (Stream &s, I &v)
template<typename Stream, typename I>
void Ser (Stream &s, I v)

Detailed Description

template<bool RangeCheck>
struct CompactSizeFormatter< RangeCheck >

Formatter for integers in CompactSize format.

Definition at line 556 of file serialize.h.

Member Function Documentation

◆ Ser()

template<bool RangeCheck>
template<typename Stream, typename I>
void CompactSizeFormatter< RangeCheck >::Ser ( Stream & s,
I v )
inline

Definition at line 569 of file serialize.h.

Here is the call graph for this function:

◆ Unser()

template<bool RangeCheck>
template<typename Stream, typename I>
void CompactSizeFormatter< RangeCheck >::Unser ( Stream & s,
I & v )
inline

Definition at line 559 of file serialize.h.

Here is the call graph for this function:

The documentation for this struct was generated from the following file: