OpenDDS  Snapshot(2023/04/28-20:55)
Public Member Functions | Public Attributes | List of all members
AbsentValue< T > Class Template Reference

#include <annotations.h>

Collaboration diagram for AbsentValue< T >:
Collaboration graph
[legend]

Public Member Functions

 AbsentValue (const T &value)
 

Public Attributes

const T absent_value
 

Detailed Description

template<typename T>
class AbsentValue< T >

Annotation that logically provide a value when absent.

Definition at line 98 of file annotations.h.

Constructor & Destructor Documentation

◆ AbsentValue()

template<typename T>
AbsentValue< T >::AbsentValue ( const T &  value)
inlineexplicit

Definition at line 100 of file annotations.h.

102  {}
const LogLevel::Value value
Definition: debug.cpp:61
const T absent_value
Definition: annotations.h:104

Member Data Documentation

◆ absent_value

template<typename T>
const T AbsentValue< T >::absent_value

Definition at line 104 of file annotations.h.

Referenced by invalid_option().


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