Bitcoin Core 29.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 99 of file gen.cpp.

Member Function Documentation

◆ operator std::string()

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

Definition at line 107 of file gen.cpp.

◆ operator<<()

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

Definition at line 102 of file gen.cpp.

Member Data Documentation

◆ m_os

std::ostringstream Format::m_os

Definition at line 108 of file gen.cpp.


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