Template Function iox::cxx::set::remove
Defined in File set.hpp
Function Documentation
-
template<typename Container, typename Type = typename Container::value_type>
void iox::cxx::set::remove(Container &container, const Type &entry) noexcept Removes entry from a container if it exists. The entry type must provide operator==.
- Parameters:
container – [in] container to be removed from
entry – [in] element to be removed