PrevUpHomeNext

STObject::OptionalProxy

Synopsis
template<
    T>
class OptionalProxy :
    private STObject::Proxy< T >
Member Functions

Name

Description

operator bool

Returns true if the field is set.

operator optional_type

operator*

Return the contained value.

operator=

operator~

Explicit conversion to boost::optional.

Friends

Name

Description

operator!=

operator==

Description
Header

#include <ripple/protocol/STObject.h>


PrevUpHomeNext