|
CatapultServer
v0.5.0.1 (Elephant)
|
Represents an optional pruning boundary. More...

Public Member Functions | |
| constexpr | PruningBoundary () |
| Creates a null pruning boundary. More... | |
| constexpr | PruningBoundary (const T &value) |
| Creates a pruning boundary around value. More... | |
| constexpr bool | isSet () const |
Returns true if the pruning boundary value is set. More... | |
| constexpr const T & | value () const |
| Returns the pruning boundary value. More... | |
Private Attributes | |
| bool | m_isSet |
| T | m_value |
Represents an optional pruning boundary.
|
inlineconstexpr |
Creates a null pruning boundary.
|
inlineconstexpr |
Creates a pruning boundary around value.
|
inlineconstexpr |
Returns true if the pruning boundary value is set.
|
inlineconstexpr |
Returns the pruning boundary value.

|
private |
|
private |