enum_name
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
flat_set< T > Class Template Reference

Public Types

using key_type = T
 
using container_type = std::vector<T>
 
using iterator = typename std::vector<T>::iterator
 
using const_iterator = typename std::vector<T>::const_iterator
 

Public Member Functions

template<typename... Ts>
 flat_set (Ts &&... args)
 
auto begin () -> iterator
 
auto end () -> iterator
 
auto begin () const -> const_iterator
 
auto end () const -> const_iterator
 

The documentation for this class was generated from the following file: