Function eprosima::fastdds::rtps::operator>>
Defined in File LocatorList.hpp
Function Documentation
-
inline std::istream &eprosima::fastdds::rtps::operator>>(std::istream &input, LocatorList &locList)
Extraction operator: deserialize a list of locators. The serialization format is [locator1,locator2,…,locatorN]. Each individual locator within the list must follow the deserialization format explained in the locator extraction operator.
- Parameters
input – Input stream where the locator list to be deserialized is located.
locList – Locator list where the deserialized locators are saved.
- Returns
std::istream&
Reference to the input stream after extracting the locator list.