unlogic
Loading...
Searching...
No Matches
unlogic::Literal< T > Struct Template Reference

#include <Node.h>

Public Member Functions

 Literal (T value)
 
virtual ~Literal ()=default
 

Public Attributes

T value
 

Detailed Description

template<typename T>
struct unlogic::Literal< T >

Definition at line 33 of file Node.h.

Constructor & Destructor Documentation

◆ Literal()

template<typename T >
unlogic::Literal< T >::Literal ( T  value)
inline

Definition at line 37 of file Node.h.

◆ ~Literal()

template<typename T >
virtual unlogic::Literal< T >::~Literal ( )
virtualdefault

Member Data Documentation

◆ value

template<typename T >
T unlogic::Literal< T >::value

Definition at line 35 of file Node.h.


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