rsl 1.1.0
ROS Support Library
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 Nrsl
 CNoDiscardTemplate for creating lambdas with the nodiscard attribute
 COverloadClass template for creating overloads sets to use with std::visit
 CQueueThread-safe queue. Particularly useful when multiple threads need to write to and/or read from a queue
 CStaticStringFixed capacity string with an implicit conversion to std::string_view. Capacity is specified as a template parameter. At runtime one may use up to the specified capacity
 CStaticVectorFixed capacity vector with an implicit conversion to tcb::span. Capacity is specified as a template parameter. At runtime one may use up to the specified capacity
 CStrongTypeClass template for creating strong type aliases