RTI Connext Modern C++ API
Version 7.0.0
|
A tag type that selects the to_string overload that prints all the values of a Qos object. More...
#include <types.hpp>
A tag type that selects the to_string overload that prints all the values of a Qos object.
The only value of this type is rti::core::qos_print_all, and is used only as a sentinel to select one of the to_string overloads.
For example:
auto s = to_string(my_reader_qos, ..., rti::core::qos_print_all);
See rti::sub::qos::to_string(...).