Bitcoin Core  0.21.1
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules
Public Member Functions | List of all members
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 567 of file serialize.h.

Member Function Documentation

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

Definition at line 581 of file serialize.h.

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

Definition at line 570 of file serialize.h.

Here is the call graph for this function:


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