CatapultServer  v0.5.0.1 (Elephant)
ValidatorUtils.h File Reference
Include dependency graph for ValidatorUtils.h:
This graph shows which files directly or indirectly include this file:

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...