Template Function rsl::lower_bounds

Function Documentation

template<typename T>
auto rsl::lower_bounds(rclcpp::Parameter const &parameter, T const &value)

Is parameter within some lower bound (same as gt_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