Bitcoin Core 31.99.0
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
Format Struct Reference

Public Member Functions

template<typename Value >
Formatoperator<< (Value &&value)
 
 operator std::string () const
 

Public Attributes

std::ostringstream m_os
 

Detailed Description

Definition at line 103 of file gen.cpp.

Member Function Documentation

◆ operator std::string()

Format::operator std::string ( ) const
inline

Definition at line 111 of file gen.cpp.

◆ operator<<()

template<typename Value >
Format & Format::operator<< ( Value &&  value)
inline

Definition at line 106 of file gen.cpp.

Member Data Documentation

◆ m_os

std::ostringstream Format::m_os

Definition at line 112 of file gen.cpp.


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