xrpld
Loading...
Searching...
No Matches
xrpl::STExchange< STBlob, Slice > Struct Reference

#include <STExchange.h>

Public Types

using value_type = Slice

Public Member Functions

 STExchange ()=default

Static Public Member Functions

static void get (std::optional< value_type > &t, STBlob const &u)
static std::unique_ptr< STBlobset (TypedField< STBlob > const &f, Slice const &t)

Detailed Description

Definition at line 45 of file STExchange.h.

Member Typedef Documentation

◆ value_type

using xrpl::STExchange< STBlob, Slice >::value_type = Slice

Definition at line 49 of file STExchange.h.

Constructor & Destructor Documentation

◆ STExchange()

xrpl::STExchange< STBlob, Slice >::STExchange ( )
explicitdefault

Member Function Documentation

◆ get()

void xrpl::STExchange< STBlob, Slice >::get ( std::optional< value_type > & t,
STBlob const & u )
static

Definition at line 52 of file STExchange.h.

◆ set()

std::unique_ptr< STBlob > xrpl::STExchange< STBlob, Slice >::set ( TypedField< STBlob > const & f,
Slice const & t )
static

Definition at line 58 of file STExchange.h.