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

#include <serialize.h>

Public Member Functions

template<typename Stream>
void Unser (Stream &s, std::string &v)
template<typename Stream>
void Ser (Stream &s, const std::string &v)

Detailed Description

template<size_t Limit>
struct LimitedStringFormatter< Limit >

Definition at line 615 of file serialize.h.

Member Function Documentation

◆ Ser()

template<size_t Limit>
template<typename Stream>
void LimitedStringFormatter< Limit >::Ser ( Stream & s,
const std::string & v )
inline

Definition at line 629 of file serialize.h.

◆ Unser()

template<size_t Limit>
template<typename Stream>
void LimitedStringFormatter< Limit >::Unser ( Stream & s,
std::string & v )
inline

Definition at line 618 of file serialize.h.

Here is the call graph for this function:

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