1// Copyright 2018 Diffblue Limited.
7#ifndef CPROVER_UTIL_FIXED_KEYS_MAP_WRAPPER_H
8#define CPROVER_UTIL_FIXED_KEYS_MAP_WRAPPER_H
10template <
typename mapt>
17 // NOLINTNEXTLINE(readability/identifiers) - should match STL
19 // NOLINTNEXTLINE(readability/identifiers) - should match STL
21 // NOLINTNEXTLINE(readability/identifiers) - should match STL
23 // NOLINTNEXTLINE(readability/identifiers) - should match STL
25 // NOLINTNEXTLINE(readability/identifiers) - should match STL
27 // NOLINTNEXTLINE(readability/identifiers) - should match STL
29 // NOLINTNEXTLINE(readability/identifiers) - should match STL
117#endif // CPROVER_UTIL_FIXED_KEYS_MAP_WRAPPER_H
ait supplies three of the four components needed: an abstract interpreter (in this case handling func...
mapt::reverse_iterator reverse_iterator
mapt::const_reverse_iterator const_reverse_iterator
mapped_type & at(const key_type &key)
mapt::size_type size_type
const_iterator end() const
mapt::const_iterator const_iterator
const_iterator cbegin() const
const_iterator cend() const
const_iterator begin() const
size_type count(const key_type &key) const
const_reverse_iterator rend() const
mapt::mapped_type mapped_type
const_reverse_iterator rbegin() const
reverse_iterator rbegin()
const_reverse_iterator crend() const
const_iterator find(const key_type &key) const
const mapped_type & at(const key_type &key) const
iterator find(const key_type &key)
const_reverse_iterator crbegin() const
fixed_keys_map_wrappert(mapt &map)