Template Function rsl::lt_eq
Defined in File parameter_validators.hpp
Function Documentation
-
template<typename T>
auto rsl::lt_eq(rclcpp::Parameter const ¶meter, T const &value) Is parameter less than or equal to some value?
- 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