sequential_mapper.h
Go to the documentation of this file.
211 }
247 }
255 {
265 }
273 {
283 }
302 static std::pair<const_itr_t, const_itr_t> equal_range(const container_t& container, const key_t& key)
339 }
349 }
356 static std::pair<itr_t, bool> insert_key_value(container_t& container, const key_t& key, const value_t& value)
359 }
T container_t
An alias declaration to the container type itself.
Definition: sequential_mapper.h:242
static itr_t begin(container_t &container)
Returns an iterator to the first element of the container.
Definition: sequential_mapper.h:283
typename T::const_iterator const_itr_t
An alias delcaration to the const iterator.
Definition: sequential_mapper.h:248
static bool is_empty(const container_t &container)
Returns the number of elements in the container.
Definition: sequential_mapper.h:367
static std::pair< itr_t, bool > insert_key(container_t &container, const key_t &key)
Inserts a key into the container.
Definition: sequential_mapper.h:393
typename T::mapped_type value_t
Definition: sequential_mapper.h:246
static itr_t find(container_t &container, const key_t &key)
Finds an element with key equivalent to key and returns its iterator.
Definition: sequential_mapper.h:319
static std::pair< itr_t, bool > insert_key_value(container_t &container, const key_t &key, const value_t &value)
Inserts a key-value into the container.
Definition: sequential_mapper.h:403
Definition: access_levels.h:32
static std::size_t erase(container_t &container, const key_t &key)
Removes the element (if one exists) with the key equivalent to key.
Definition: sequential_mapper.h:383
detail::enum_data< Enum_Type > value(string_view, Enum_Type value)
The value function should be used to add a mapping from enum name to value during the registration pr...
static value_t & get_value(itr_t &itr)
Returns the current iterator's value as reference.
Definition: sequential_mapper.h:265
static std::size_t get_size(const container_t &container)
Returns the number of elements in the container.
Definition: sequential_mapper.h:375
static itr_t end(container_t &container)
Returns an iterator to the element following the last element of the container.
Definition: sequential_mapper.h:301
typename T::iterator itr_t
An alias delcaration to the iterator.
Definition: sequential_mapper.h:247
static std::pair< itr_t, itr_t > equal_range(container_t &container, const key_t &key)
Returns a range containing all elements with the given key in the container.
Definition: sequential_mapper.h:339
static void clear(container_t &container)
Removes all elements from the container.
Definition: sequential_mapper.h:359
typename T::key_type key_t
An alias to the key type.
Definition: sequential_mapper.h:243
static const key_t & get_key(const const_itr_t &itr)
Returns the current iterator's key as a const reference.
Definition: sequential_mapper.h:255
Generated on Sat Jan 25 2020 00:20:08 for rttr - 0.9.6 by doxygen.