[ros-users] [Discourse.ros.org] [Next Generation ROS] RFC: using C++14

Jackie K ros.discourse at gmail.com
Wed Dec 7 18:47:57 UTC 2016




C++14 is pretty great. You can do stuff like this:

auto my_function() {
  return SomethingWithAComplicatedReturnType<lots of function parameters>();
}

auto crazy_generic_lambda = [](auto generic_parameter, int known_typed_parameter){
  return generic_parameter + known_typed_parameter;
};






---
[Visit Topic](https://discourse.ros.org/t/rfc-using-c-14/921/3) or reply to this email to respond.




More information about the ros-users mailing list