Template Function rsl::upper_bounds
Defined in File parameter_validators.hpp
Function Documentation
-
template<typename T>
auto rsl::upper_bounds(rclcpp::Parameter const ¶meter, T const &value) Is parameter within some upper bound (same as lt_eq)?
- Template Parameters:
T – Interior type of parameter; e.g. for parameter type int, T = int64_t
- Pre:
rclcpp::Parameter must be a non-array type
- Returns:
Help string if the parameter is invalid, otherwise void