DiaDes  0.1
DIAgnosis of Discrete-Event System
Public Member Functions | List of all members
Diades::Utils::NullValue< size_t > Class Template Reference

#include <NullValue.hh>

Public Member Functions

virtual size_t nullValue () const
 
- Public Member Functions inherited from Diades::Utils::AbstractNullValue< size_t >
bool operator() (const Object &object) const
 

Additional Inherited Members

- Public Types inherited from Diades::Utils::AbstractNullValue< size_t >
using Object = size_t
 

Detailed Description

template<>
class Diades::Utils::NullValue< size_t >

Specialized Functor that implements a boolean operator that checks whether an size_t is null (i.e. equal to the maximal bound of the machine for this type).

Definition at line 96 of file NullValue.hh.

Member Function Documentation

◆ nullValue()

virtual size_t Diades::Utils::NullValue< size_t >::nullValue ( ) const
inlinevirtual

Implements Diades::Utils::AbstractNullValue< size_t >.

Definition at line 101 of file NullValue.hh.


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