Template Struct LocalCommunity::OptionalValue

Nested Relationships

This struct is a nested type of Template Class LocalCommunity.

Struct Documentation

template<typename ValueType, bool used>
struct OptionalValue

Public Functions

inline ValueType &get()
inline const ValueType &get() const
inline ValueType &operator*()
inline const ValueType &operator*() const
inline ValueType *operator->()
inline const ValueType *operator->() const
inline void set(ValueType)
inline OptionalValue &operator+=(ValueType)
inline OptionalValue &operator-=(ValueType)
inline OptionalValue(const ValueType&)
inline OptionalValue()