| begin() noexcept -> iterator | static_set< Key, Capacity, Compare > | inline | 
  | begin() const noexcept -> const_iterator | static_set< Key, Capacity, Compare > | inline | 
  | cbegin() const noexcept -> const_iterator | static_set< Key, Capacity, Compare > | inline | 
  | cend() const noexcept -> const_iterator | static_set< Key, Capacity, Compare > | inline | 
  | clear() noexcept -> void | static_set< Key, Capacity, Compare > | inline | 
  | const_iterator typedef | static_set< Key, Capacity, Compare > |  | 
  | const_pointer typedef | static_set< Key, Capacity, Compare > |  | 
  | const_reference typedef | static_set< Key, Capacity, Compare > |  | 
  | const_reverse_iterator typedef | static_set< Key, Capacity, Compare > |  | 
  | contains(key_type const &key) const noexcept -> bool | static_set< Key, Capacity, Compare > | inline | 
  | contains(K const &x) const -> bool | static_set< Key, Capacity, Compare > | inline | 
  | count(key_type const &key) const noexcept -> size_type | static_set< Key, Capacity, Compare > | inline | 
  | count(K const &x) const -> size_type | static_set< Key, Capacity, Compare > | inline | 
  | crbegin() const noexcept -> const_reverse_iterator | static_set< Key, Capacity, Compare > | inline | 
  | crend() const noexcept -> const_reverse_iterator | static_set< Key, Capacity, Compare > | inline | 
  | difference_type typedef | static_set< Key, Capacity, Compare > |  | 
  | emplace(Args &&... args) noexcept(noexcept(insert(declval< key_type >()))) -> pair< iterator, bool > | static_set< Key, Capacity, Compare > | inline | 
  | empty() const noexcept -> bool | static_set< Key, Capacity, Compare > | inline | 
  | end() noexcept -> iterator | static_set< Key, Capacity, Compare > | inline | 
  | end() const noexcept -> const_iterator | static_set< Key, Capacity, Compare > | inline | 
  | equal_range(key_type const &key) -> iterator | static_set< Key, Capacity, Compare > | inline | 
  | equal_range(key_type const &key) const -> const_iterator | static_set< Key, Capacity, Compare > | inline | 
  | equal_range(K const &key) -> iterator | static_set< Key, Capacity, Compare > | inline | 
  | equal_range(K const &key) const -> const_iterator | static_set< Key, Capacity, Compare > | inline | 
  | erase(iterator pos) noexcept -> iterator | static_set< Key, Capacity, Compare > | inline | 
  | erase(iterator first, iterator last) -> iterator | static_set< Key, Capacity, Compare > | inline | 
  | erase(key_type const &key) noexcept -> size_type | static_set< Key, Capacity, Compare > | inline | 
  | find(key_type const &key) noexcept -> iterator | static_set< Key, Capacity, Compare > | inline | 
  | find(key_type const &key) const noexcept -> const_iterator | static_set< Key, Capacity, Compare > | inline | 
  | find(K const &x) -> iterator | static_set< Key, Capacity, Compare > | inline | 
  | find(K const &x) const -> const_iterator | static_set< Key, Capacity, Compare > | inline | 
  | full() const noexcept -> bool | static_set< Key, Capacity, Compare > | inline | 
  | insert(value_type &&value) -> pair< iterator, bool > requires(is_move_constructible_v< value_type >) | static_set< Key, Capacity, Compare > | inline | 
  | insert(value_type const &value) noexcept(noexcept(insert(etl::move(declval< key_type >())))) -> pair< iterator, bool > requires(is_copy_constructible_v< value_type >) | static_set< Key, Capacity, Compare > | inline | 
  | insert(InputIter first, InputIter last) noexcept(noexcept(insert(declval< key_type >()))) -> void | static_set< Key, Capacity, Compare > | inline | 
  | iterator typedef | static_set< Key, Capacity, Compare > |  | 
  | key_comp() const noexcept -> key_compare | static_set< Key, Capacity, Compare > | inline | 
  | key_compare typedef | static_set< Key, Capacity, Compare > |  | 
  | key_type typedef | static_set< Key, Capacity, Compare > |  | 
  | lower_bound(key_type const &key) -> iterator | static_set< Key, Capacity, Compare > | inline | 
  | lower_bound(key_type const &key) const -> const_iterator | static_set< Key, Capacity, Compare > | inline | 
  | lower_bound(K const &key) -> iterator | static_set< Key, Capacity, Compare > | inline | 
  | lower_bound(K const &key) const -> const_iterator | static_set< Key, Capacity, Compare > | inline | 
  | max_size() const noexcept -> size_type | static_set< Key, Capacity, Compare > | inline | 
  | operator=(static_set const &other) -> static_set &=default | static_set< Key, Capacity, Compare > |  | 
  | operator=(static_set &&other) noexcept(noexcept(etl::move(declval< storage_type >()))) -> static_set &=default | static_set< Key, Capacity, Compare > |  | 
  | pointer typedef | static_set< Key, Capacity, Compare > |  | 
  | rbegin() noexcept -> reverse_iterator | static_set< Key, Capacity, Compare > | inline | 
  | rbegin() const noexcept -> const_reverse_iterator | static_set< Key, Capacity, Compare > | inline | 
  | reference typedef | static_set< Key, Capacity, Compare > |  | 
  | rend() noexcept -> reverse_iterator | static_set< Key, Capacity, Compare > | inline | 
  | rend() const noexcept -> const_reverse_iterator | static_set< Key, Capacity, Compare > | inline | 
  | reverse_iterator typedef | static_set< Key, Capacity, Compare > |  | 
  | size() const noexcept -> size_type | static_set< Key, Capacity, Compare > | inline | 
  | size_type typedef | static_set< Key, Capacity, Compare > |  | 
  | static_set()=default | static_set< Key, Capacity, Compare > |  | 
  | static_set(InputIt first, InputIt last) | static_set< Key, Capacity, Compare > | inline | 
  | static_set(static_set const &other)=default | static_set< Key, Capacity, Compare > |  | 
  | static_set(static_set &&other) noexcept(noexcept(etl::move(declval< storage_type >())))=default | static_set< Key, Capacity, Compare > |  | 
  | swap(static_set &other) noexcept(is_nothrow_swappable_v< key_type >) -> void requires(is_assignable_v< key_type &, key_type && >) | static_set< Key, Capacity, Compare > | inline | 
  | upper_bound(key_type const &key) -> iterator | static_set< Key, Capacity, Compare > | inline | 
  | upper_bound(key_type const &key) const -> const_iterator | static_set< Key, Capacity, Compare > | inline | 
  | upper_bound(K const &key) -> iterator | static_set< Key, Capacity, Compare > | inline | 
  | upper_bound(K const &key) const -> const_iterator | static_set< Key, Capacity, Compare > | inline | 
  | value_comp() const noexcept -> value_compare | static_set< Key, Capacity, Compare > | inline | 
  | value_compare typedef | static_set< Key, Capacity, Compare > |  | 
  | value_type typedef | static_set< Key, Capacity, Compare > |  |