LIEF: Library to Instrument Executable Formats Version 1.0.0
Loading...
Searching...
No Matches
unordered_map.h File Reference
#include "frozen/bits/basic_types.h"
#include "frozen/bits/elsa.h"
#include "frozen/bits/exceptions.h"
#include "frozen/bits/pmh.h"
#include "frozen/bits/version.h"
#include "frozen/random.h"
#include <tuple>
#include <functional>
#include <utility>
Include dependency graph for unordered_map.h:

Go to the source code of this file.

Classes

struct  frozen::bits::GetKey
class  frozen::unordered_map< Key, Value, N, Hash, KeyEqual >

Namespaces

namespace  frozen
namespace  frozen::bits

Functions

template<typename T, typename U, std::size_t N>
constexpr auto frozen::make_unordered_map (std::pair< T, U > const (&items)[N])
template<typename T, typename U, std::size_t N, typename Hasher, typename Equal>
constexpr auto frozen::make_unordered_map (std::pair< T, U > const (&items)[N], Hasher const &hash=elsa< T >{}, Equal const &equal=std::equal_to< T >{})
template<typename T, typename U, std::size_t N>
constexpr auto frozen::make_unordered_map (std::array< std::pair< T, U >, N > const &items)
template<typename T, typename U, std::size_t N, typename Hasher, typename Equal>
constexpr auto frozen::make_unordered_map (std::array< std::pair< T, U >, N > const &items, Hasher const &hash=elsa< T >{}, Equal const &equal=std::equal_to< T >{})