Types
using const_iterator = const connection_ptr *
using iterator = connection_ptr *
using size_type = int
using const_reference = connection_array::const_reference
using reference = connection_array::reference
using value_type = connection_array::value_type
Methods
erase(size_type fd) -> void
operator[](size_type fd) const -> const_reference
operator[](size_type fd) -> reference
find(size_type fd) const -> const_iterator
find(size_type fd) -> iterator
emplace(size_type fd, const connection_ptr & ptr) -> void
emplace(size_type fd, connection_ptr && ptr) -> void
reserve(size_type n) -> void
size() const -> size_type
end() const -> const_iterator
begin() const -> const_iterator
end() -> iterator
begin() -> iterator