jaulib v1.3.6
Jau Support Library (C++, Java, ..)
Loading...
Searching...
No Matches
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

Member Typedef Documentation

◆ type

typedef int One::type

Definition at line 40 of file test_type_traits_queries01.cpp.

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

bool One::v = true
staticconstexpr

◆ x

type One::x

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