jaulib v1.3.0
Jau Support Library (C++, Java, ..)
Public Types | Public Member Functions | Public Attributes | Static Public Attributes | List of all members
One Struct Reference
Inheritance diagram for One:
Collaboration diagram for One:

Public Types

typedef int type
 

Public Member Functions

 One (type x_=0)
 
 ~One ()=default
 
type add (type x_, type y_)
 
type get ()
 

Public Attributes

type x
 

Static Public Attributes

static constexpr bool v = true
 

Detailed Description

Examples
test_type_traits_queries01.cpp.

Definition at line 39 of file test_type_traits_queries01.cpp.

Member Typedef Documentation

◆ type

typedef int One::type

Constructor & Destructor Documentation

◆ One()

One::One ( type  x_ = 0)
inline

◆ ~One()

One::~One ( )
default

Member Function Documentation

◆ get()

type One::get ( )
inline

◆ add()

type One::add ( type  x_,
type  y_ 
)
inline

Member Data Documentation

◆ v

constexpr bool One::v = true
staticconstexpr

◆ x

type One::x

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