QuickCppLib 0.10
Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!
Loading...
Searching...
No Matches
Nasty Struct Reference

Public Member Functions

constexpr Nasty ()
 
constexpr Nasty (int m, int n)
 
int operator& ()
 
int operator& () const
 

Public Attributes

int m = 0
 
int n = 1
 

Constructor & Destructor Documentation

◆ Nasty() [1/2]

constexpr Nasty::Nasty ( )
inlineconstexpr
1185: m{5}, n{6} {}
int m
Definition test_optional.cpp:1182
int n
Definition test_optional.cpp:1183

◆ Nasty() [2/2]

constexpr Nasty::Nasty ( int  m,
int  n 
)
inlineconstexpr
1186: m{m}, n{n} {}

Member Function Documentation

◆ operator&() [1/2]

int Nasty::operator& ( )
inline
1188{ return n; }

◆ operator&() [2/2]

int Nasty::operator& ( ) const
inline
1189{ return n; }

Member Data Documentation

◆ m

int Nasty::m = 0

◆ n

int Nasty::n = 1

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