Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.1 KB

File metadata and controls

28 lines (19 loc) · 1.1 KB
.. rst-class:: api-ref

Locator Operators

.. doxygenfunction:: eprosima::fastrtps::rtps::operator<(const Locator_t &loc1, const Locator_t &loc2)
    :project: FastDDS

.. doxygenfunction:: eprosima::fastrtps::rtps::operator==(const Locator_t &loc1, const Locator_t &loc2)
    :project: FastDDS

.. doxygenfunction:: eprosima::fastrtps::rtps::operator!=(const Locator_t &loc1, const Locator_t &loc2)
    :project: FastDDS

.. doxygenfunction:: eprosima::fastrtps::rtps::operator<<(std::ostream &output, const Locator_t &loc)
    :project: FastDDS

.. doxygenfunction:: eprosima::fastrtps::rtps::operator>>(std::istream &input, Locator_t &loc)
    :project: FastDDS

.. doxygenfunction:: eprosima::fastdds::rtps::operator<<(std::ostream &output, const LocatorList &locList)
    :project: FastDDS

.. doxygenfunction:: eprosima::fastdds::rtps::operator>>(std::istream &input, LocatorList &locList)
    :project: FastDDS

.. doxygenfunction:: eprosima::fastrtps::rtps::operator==(const ResourceLimitedVector<Locator_t> &lhs, const ResourceLimitedVector<Locator_t> &rhs)
    :project: FastDDS