template< T> class OptionalProxy : private STObject::Proxy< T >
Name |
Description |
---|---|
Returns true if the field is set. |
|
Return the contained value. |
|
Explicit conversion to boost::optional. |
Name |
Description |
---|---|
#include <ripple/protocol/STObject.h>