[ros-users] [Discourse.ros.org] [Next Generation ROS] RFC: u…

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Jackie K via ros-users
Date:  
To: ros-users
Subject: [ros-users] [Discourse.ros.org] [Next Generation ROS] RFC: using C++14



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.


If you do not want to receive messages from ros-users please use the unsubscribe link below. If you use the one above, you will stop all of ros-users from receiving updates.
______________________________________________________________________________
ros-users mailing list

http://lists.ros.org/mailman/listinfo/ros-users
Unsubscribe: <http://lists.ros.org/mailman//options/ros-users>