RTI Connext Modern C++ API  Version 6.1.0

A tag type that selects the to_string overload that prints all the values of a Qos object. More...

#include <types.hpp>

Detailed Description

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(...).

See also
rti::sub::qos::to_string