Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
Section Struct Reference

A pair of strings that can be aligned (through padding) with other Sections later on. More...

Public Member Functions

 Section (const std::string &left, const std::string &right)

Public Attributes

std::string m_left
const std::string m_right

Detailed Description

A pair of strings that can be aligned (through padding) with other Sections later on.

Definition at line 421 of file util.cpp.

Constructor & Destructor Documentation

◆ Section()

Section::Section ( const std::string & left,
const std::string & right )
inline

Definition at line 422 of file util.cpp.

Member Data Documentation

◆ m_left

std::string Section::m_left

Definition at line 424 of file util.cpp.

◆ m_right

const std::string Section::m_right

Definition at line 425 of file util.cpp.


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