Awali
Another Weighted Automata library
Public Member Functions | Data Fields
awali::dyn::internal::opt_typed_value< T > Struct Template Reference

#include <value.hh>

Inheritance diagram for awali::dyn::internal::opt_typed_value< T >:
awali::dyn::internal::opt_untyped_value

Public Member Functions

 opt_typed_value (const T &val)
 
opt_typed_valueclone () const override
 
- Public Member Functions inherited from awali::dyn::internal::opt_untyped_value
 opt_untyped_value ()
 
virtual ~opt_untyped_value ()
 

Data Fields

value
 

Constructor & Destructor Documentation

◆ opt_typed_value()

template<typename T >
awali::dyn::internal::opt_typed_value< T >::opt_typed_value ( const T &  val)

Member Function Documentation

◆ clone()

template<typename T >
opt_typed_value* awali::dyn::internal::opt_typed_value< T >::clone ( ) const
overridevirtual

Field Documentation

◆ value

template<typename T >
T awali::dyn::internal::opt_typed_value< T >::value

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