Lumiera 0.pre.04
»edit your freedom«
Loading...
Searching...
No Matches
NullValue< TY > Struct Template Reference

#include "lib/null-value.hpp"

Description

template<class TY>
struct lib::NullValue< TY >

Singleton holder for NIL or default value objects.

Implemented as a cluster of Meyer's singletons, maintaining a single value per type. Specialisation is intended.

Definition at line 62 of file null-value.hpp.

Static Public Member Functions

static TY const & get ()
 

Member Function Documentation

◆ get()

template<class TY >
static TY const & get ( )
inlinestatic

Definition at line 65 of file null-value.hpp.

Referenced by Request< AD >::handleMissingSolution(), and WrappedStandardExeBuilder::invokeOriginalBuilder().

+ Here is the caller graph for this function:
+ Collaboration diagram for NullValue< TY >:

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