xrpld
Loading...
Searching...
No Matches
xrpl::detail::LocalValues::Value< T > Struct Template Reference

#include <LocalValue.h>

Inheritance diagram for xrpl::detail::LocalValues::Value< T >:
Collaboration diagram for xrpl::detail::LocalValues::Value< T >:

Public Member Functions

 Value ()=default
 Value (T t)
void * get () override

Public Attributes

t

Detailed Description

template<class T>
struct xrpl::detail::LocalValues::Value< T >

Definition at line 27 of file LocalValue.h.

Constructor & Destructor Documentation

◆ Value() [1/2]

template<class T>
xrpl::detail::LocalValues::Value< T >::Value ( )
default

◆ Value() [2/2]

template<class T>
xrpl::detail::LocalValues::Value< T >::Value ( T t)
explicit

Definition at line 32 of file LocalValue.h.

Member Function Documentation

◆ get()

template<class T>
void * xrpl::detail::LocalValues::Value< T >::get ( )
overridevirtual

Implements xrpl::detail::LocalValues::BasicValue.

Definition at line 37 of file LocalValue.h.

Member Data Documentation

◆ t

template<class T>
T xrpl::detail::LocalValues::Value< T >::t

Definition at line 29 of file LocalValue.h.