Orxonox  0.0.5 Codename: Arcturus
Public Member Functions | Static Public Attributes | List of all members
orxonox::NilValue< T > Struct Template Reference

Provides zero value symbols that can be returned as reference. More...

#include </home/jenkins/workspace/orxonox_doxygen_trunk/src/libraries/util/Math.h>

Public Member Functions

 operator const T & () const
 

Static Public Attributes

static T value = zeroise<T>()
 

Detailed Description

template<typename T>
struct orxonox::NilValue< T >

Provides zero value symbols that can be returned as reference.

See also
zeroise()

Member Function Documentation

template<typename T >
orxonox::NilValue< T >::operator const T & ( ) const
inline

Member Data Documentation

template<typename T >
T orxonox::NilValue< T >::value = zeroise<T>()
static

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