Bitcoin Core 28.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
ChronoFormatter< U, LOSSY > Struct Template Reference

#include <serialize.h>

Public Member Functions

template<typename Stream , typename Tp >
void Unser (Stream &s, Tp &tp)
 
template<typename Stream , typename Tp >
void Ser (Stream &s, Tp tp)
 

Detailed Description

template<typename U, bool LOSSY = false>
struct ChronoFormatter< U, LOSSY >

Definition at line 586 of file serialize.h.

Member Function Documentation

◆ Ser()

template<typename U , bool LOSSY = false>
template<typename Stream , typename Tp >
void ChronoFormatter< U, LOSSY >::Ser ( Stream & s,
Tp tp )
inline

Definition at line 596 of file serialize.h.

◆ Unser()

template<typename U , bool LOSSY = false>
template<typename Stream , typename Tp >
void ChronoFormatter< U, LOSSY >::Unser ( Stream & s,
Tp & tp )
inline

Definition at line 588 of file serialize.h.


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