SQLite Containers
Loading...
Searching...
No Matches
MyStruct Struct Reference

Public Member Functions

bool operator== (const MyStruct &other) const
 
bool operator< (const MyStruct &other) const
 
bool operator< (const MyStruct &other) const
 

Public Attributes

int64_t a
 
double b
 

Friends

std::ostream & operator<< (std::ostream &os, const MyStruct &ms)
 
std::istream & operator>> (std::istream &is, MyStruct &ms)
 
std::ostream & operator<< (std::ostream &os, const MyStruct &ms)
 
std::istream & operator>> (std::istream &is, MyStruct &ms)
 
std::ostream & operator<< (std::ostream &os, const MyStruct &ms)
 
std::istream & operator>> (std::istream &is, MyStruct &ms)
 
std::ostream & operator<< (std::ostream &os, const MyStruct &ms)
 
std::istream & operator>> (std::istream &is, MyStruct &ms)
 

Detailed Description

Definition at line 7 of file example-map-set-2.cpp.

Member Function Documentation

◆ operator<() [1/2]

bool MyStruct::operator< ( const MyStruct & other) const
inline

Definition at line 29 of file example-map-set-2.cpp.

◆ operator<() [2/2]

bool MyStruct::operator< ( const MyStruct & other) const
inline

Definition at line 25 of file example-set-struct.cpp.

◆ operator==()

bool MyStruct::operator== ( const MyStruct & other) const
inline

Definition at line 24 of file example-map-set-2.cpp.

Friends And Related Symbol Documentation

◆ operator<< [1/4]

std::ostream & operator<< ( std::ostream & os,
const MyStruct & ms )
friend

Definition at line 12 of file example-map-set-2.cpp.

◆ operator<< [2/4]

std::ostream & operator<< ( std::ostream & os,
const MyStruct & ms )
friend

Definition at line 12 of file example-map-struct.cpp.

◆ operator<< [3/4]

std::ostream & operator<< ( std::ostream & os,
const MyStruct & ms )
friend

Definition at line 12 of file example-multimap-struct.cpp.

◆ operator<< [4/4]

std::ostream & operator<< ( std::ostream & os,
const MyStruct & ms )
friend

Definition at line 13 of file example-set-struct.cpp.

◆ operator>> [1/4]

std::istream & operator>> ( std::istream & is,
MyStruct & ms )
friend

Definition at line 18 of file example-map-set-2.cpp.

◆ operator>> [2/4]

std::istream & operator>> ( std::istream & is,
MyStruct & ms )
friend

Definition at line 18 of file example-map-struct.cpp.

◆ operator>> [3/4]

std::istream & operator>> ( std::istream & is,
MyStruct & ms )
friend

Definition at line 17 of file example-multimap-struct.cpp.

◆ operator>> [4/4]

std::istream & operator>> ( std::istream & is,
MyStruct & ms )
friend

Definition at line 19 of file example-set-struct.cpp.

Member Data Documentation

◆ a

int64_t MyStruct::a

Definition at line 8 of file example-map-set-2.cpp.

◆ b

double MyStruct::b

Definition at line 9 of file example-map-set-2.cpp.


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