Jpp  15.0.4
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
JMATH::JZero Struct Reference

Auxiliary class to assign zero value. More...

#include <JZero.hh>

Public Member Functions

 JZero ()
 Default constructor. More...
 
template<class T >
 operator T () const
 Type conversion operator. More...
 

Detailed Description

Auxiliary class to assign zero value.

Definition at line 81 of file JZero.hh.

Constructor & Destructor Documentation

JMATH::JZero::JZero ( )
inline

Default constructor.

Definition at line 85 of file JZero.hh.

86  {}

Member Function Documentation

template<class T >
JMATH::JZero::operator T ( ) const
inline

Type conversion operator.

Returns
zero

Definition at line 95 of file JZero.hh.

96  {
97  return getZero<T>();
98  }

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