rsl 1.1.0
ROS Support Library
|
Crsl::NoDiscard< Fn > | Template for creating lambdas with the nodiscard attribute |
Crsl::Queue< T > | Thread-safe queue. Particularly useful when multiple threads need to write to and/or read from a queue |
Crsl::StaticString< capacity > | Fixed 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 |
Crsl::StaticVector< T, capacity > | Fixed 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 |
Crsl::StrongType< T, Tag > | Class template for creating strong type aliases |
▼Crsl::Ts | |
Crsl::Overload< Ts > | Class template for creating overloads sets to use with std::visit |