|
CatapultServer
v0.5.0.1 (Elephant)
|


Go to the source code of this file.
Namespaces | |
| catapult | |
| catapult::validators | |
Functions | |
| template<typename TValue > | |
| constexpr ValidationResult | catapult::validators::ValidateLessThanOrEqual (TValue value, TValue maxValue, ValidationResult failureResult) |
| Validates that value is less than or equal to maxValue and returns failureResult on failure. More... | |