|
LIEF: Library to Instrument Executable Formats Version 1.0.0
|
#include <map.h>


Public Member Functions | |
| constexpr Comparator const & | key_comp () const noexcept |
| constexpr | CompareKey (Comparator const &comparator) |
| template<class Key1, class Key2, class Value> | |
| constexpr auto | operator() (std::pair< Key1, Value > const &self, std::pair< Key2, Value > const &other) const -> decltype(key_comp()(std::get< 0 >(self), std::get< 0 >(other))) |
| template<class Key1, class Key2, class Value> | |
| constexpr auto | operator() (Key1 const &self_key, std::pair< Key2, Value > const &other) const -> decltype(key_comp()(self_key, std::get< 0 >(other))) |
| template<class Key1, class Key2, class Value> | |
| constexpr auto | operator() (std::pair< Key1, Value > const &self, Key2 const &other_key) const -> decltype(key_comp()(std::get< 0 >(self), other_key)) |
| template<class Key1, class Key2> | |
| constexpr auto | operator() (Key1 const &self_key, Key2 const &other_key) const -> decltype(key_comp()(self_key, other_key)) |
|
inlineconstexpr |
Referenced by frozen::map< Key, Value, N, Compare >::map().
|
inlineconstexprnoexcept |
Referenced by frozen::map< Key, Value, N, Compare >::key_comp(), frozen::map< Key, Value, 0, Compare >::key_comp(), frozen::impl::CompareKey< Compare >::operator()(), frozen::impl::CompareKey< Compare >::operator()(), frozen::impl::CompareKey< Compare >::operator()(), and frozen::impl::CompareKey< Compare >::operator()().
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |