xrpld
Loading...
Searching...
No Matches
xrpl::STExchange< STInteger< U >, T > Struct Template Reference

#include <STExchange.h>

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 xrpl::STExchange< STInteger< U >, T >

Definition at line 25 of file STExchange.h.

Member Typedef Documentation

◆ value_type

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

Definition at line 29 of file STExchange.h.

Constructor & Destructor Documentation

◆ STExchange()

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

Member Function Documentation

◆ get()

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

Definition at line 32 of file STExchange.h.

◆ set()

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

Definition at line 38 of file STExchange.h.