cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
Loading...
Searching...
No Matches
stat_bench::util::OrderedMap< Key, MappedValue > Member List

This is the complete list of members for stat_bench::util::OrderedMap< Key, MappedValue >, including all inherited members.

at(const Key &key) const -> const MappedValue &stat_bench::util::OrderedMap< Key, MappedValue >inline
begin() -> iteratorstat_bench::util::OrderedMap< Key, MappedValue >inline
begin() const -> const_iteratorstat_bench::util::OrderedMap< Key, MappedValue >inline
const_iterator typedefstat_bench::util::OrderedMap< Key, MappedValue >
count(const Key &key) const -> std::size_tstat_bench::util::OrderedMap< Key, MappedValue >inline
emplace(Args &&... args) -> std::pair< iterator, bool >stat_bench::util::OrderedMap< Key, MappedValue >inline
empty() const noexcept -> boolstat_bench::util::OrderedMap< Key, MappedValue >inline
end() -> iteratorstat_bench::util::OrderedMap< Key, MappedValue >inline
end() const -> const_iteratorstat_bench::util::OrderedMap< Key, MappedValue >inline
erase(const_iterator iter) -> iteratorstat_bench::util::OrderedMap< Key, MappedValue >inline
find(const Key &key) const -> const_iteratorstat_bench::util::OrderedMap< Key, MappedValue >inline
iterator typedefstat_bench::util::OrderedMap< Key, MappedValue >
operator!=(const OrderedMap &rhs) const -> boolstat_bench::util::OrderedMap< Key, MappedValue >inline
operator==(const OrderedMap &rhs) const -> boolstat_bench::util::OrderedMap< Key, MappedValue >inline
operator[](const Key &key) -> MappedValue &stat_bench::util::OrderedMap< Key, MappedValue >inline
OrderedMap()=defaultstat_bench::util::OrderedMap< Key, MappedValue >
OrderedMap(std::initializer_list< std::pair< Key, MappedValue > > initializer_list)stat_bench::util::OrderedMap< Key, MappedValue >inline
pairs() const noexcept -> const std::vector< std::pair< Key, MappedValue > > &stat_bench::util::OrderedMap< Key, MappedValue >inline
reserve(std::size_t size)stat_bench::util::OrderedMap< Key, MappedValue >inline
size() const noexcept -> std::size_tstat_bench::util::OrderedMap< Key, MappedValue >inline
try_emplace(const Key &key, Args &&... args) -> std::pair< iterator, bool >stat_bench::util::OrderedMap< Key, MappedValue >inline