Lumiera 0.pre.04
»edit your freedom«
Loading...
Searching...
No Matches
X Struct Reference

Description

Definition at line 37 of file custom-shared-ptr-test.cpp.

Public Attributes

long x_
 

Public Member Functions

 X (long x=0)
 
 operator long ()
 
std::strong_ordering operator<=> (X const &) const =default
 
virtual ~X ()
 

Constructor & Destructor Documentation

◆ X()

X ( long  x = 0)
inlineexplicit

Definition at line 41 of file custom-shared-ptr-test.cpp.

◆ ~X()

virtual ~X ( )
inlinevirtual

Definition at line 46 of file custom-shared-ptr-test.cpp.

Member Function Documentation

◆ operator long()

operator long ( )
inline

Definition at line 42 of file custom-shared-ptr-test.cpp.

References X::x_.

◆ operator<=>()

std::strong_ordering operator<=> ( X const &  ) const
default

Member Data Documentation

◆ x_

long x_

Definition at line 39 of file custom-shared-ptr-test.cpp.

Referenced by X::operator long().

+ Inheritance diagram for X:
+ Collaboration diagram for X:

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