|
rippled
|
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) |
| 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> > |
| bool xrpl::protocol_autogen::validateSTObject | ( | STObject const & | obj, |
| SOTemplate const & | format | ||
| ) |
Definition at line 10 of file STObjectValidation.h.