rippled
Public Types | Public Member Functions | Static Public Member Functions | List of all members
ripple::STExchange< STInteger< U >, T > Struct Template Reference

Public Types

using value_type = U
 

Public Member Functions

 STExchange ()=default
 

Static Public Member Functions

static void get (std::optional< T > &t, STInteger< U > const &u)
 
static std::unique_ptr< STInteger< U > > set (SField const &f, T const &t)
 

Detailed Description

template<class U, class T>
struct ripple::STExchange< STInteger< U >, T >

Definition at line 44 of file STExchange.h.

Member Typedef Documentation

◆ value_type

template<class U , class T >
using ripple::STExchange< STInteger< U >, T >::value_type = U

Definition at line 48 of file STExchange.h.

Constructor & Destructor Documentation

◆ STExchange()

template<class U , class T >
ripple::STExchange< STInteger< U >, T >::STExchange ( )
explicitdefault

Member Function Documentation

◆ get()

template<class U , class T >
static void ripple::STExchange< STInteger< U >, T >::get ( std::optional< T > &  t,
STInteger< U > const &  u 
)
static

Definition at line 51 of file STExchange.h.

◆ set()

template<class U , class T >
static std::unique_ptr<STInteger<U> > ripple::STExchange< STInteger< U >, T >::set ( SField const &  f,
T const &  t 
)
static

Definition at line 57 of file STExchange.h.