Jpp test-rotations-old
the software that should make you happy
Loading...
Searching...
No Matches
JLANG::JDefault< T > Struct Template Reference

Simple default class. More...

#include <JDefault.hh>

Static Public Member Functions

static const T & getDefault ()
 Get default value of template class.
 

Static Private Attributes

static const T value
 

Detailed Description

template<class T>
struct JLANG::JDefault< T >

Simple default class.

Definition at line 18 of file JDefault.hh.

Member Function Documentation

◆ getDefault()

template<class T >
static const T & JLANG::JDefault< T >::getDefault ( )
inlinestatic

Get default value of template class.

Returns
value

Definition at line 24 of file JDefault.hh.

25 {
26 return value;
27 }
static const T value
Definition JDefault.hh:30

Member Data Documentation

◆ value

template<class T >
const T JLANG::JDefault< T >::value
staticprivate

Definition at line 30 of file JDefault.hh.


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