RTI Connext Modern C++ API
Version 6.0.0
|
<<extension>> Indicates whether a TopicType is uncopyable More...
#include <rti/topic/TopicTraits.hpp>
Inherits false_type.
<<extension>> Indicates whether a TopicType is uncopyable
In general this is false_type (TopicType is a value types and therefore copyable), There are two situations when this is true_type:
This trait enables (when it's false_type
) or disables (when it's true_type
) the DataReader read/take operations that copy instead of loaning the data (for example, dds::sub::DataReader::take(SamplesFWIterator, int32_t))