rippled
Loading...
Searching...
No Matches
Typedefs | Functions
xrpl::protocol_autogen Namespace Reference

Typedefs

template<typename ValueType >
using Optional = std::conditional_t< std::is_reference_v< ValueType >, std::optional< std::reference_wrapper< std::remove_reference_t< ValueType > > >, std::optional< ValueType > >
 

Functions

bool validateSTObject (STObject const &obj, SOTemplate const &format)
 

Typedef Documentation

◆ Optional

template<typename ValueType >
using xrpl::protocol_autogen::Optional = typedef std::conditional_t< std::is_reference_v<ValueType>, std::optional<std::reference_wrapper<std::remove_reference_t<ValueType> >>, std::optional<ValueType> >

Definition at line 9 of file Utils.h.

Function Documentation

◆ validateSTObject()

bool xrpl::protocol_autogen::validateSTObject ( STObject const &  obj,
SOTemplate const &  format 
)

Definition at line 10 of file STObjectValidation.h.