openMSX
|
Classes | |
struct | Element |
struct | ExtractFirst |
class | Pool |
struct | PoolIndex |
Typedefs | |
template<typename Value , typename Extractor > | |
using | ExtractedType = typename std::remove_cvref_t< decltype(std::declval< Extractor >()(std::declval< Value >()))> |
Variables | |
constexpr PoolIndex | invalidIndex {unsigned(-1)} |
using hash_set_impl::ExtractedType = typedef typename std::remove_cvref_t< decltype(std::declval<Extractor>()(std::declval<Value>()))> |
Definition at line 245 of file hash_set.hh.
|
inlineconstexpr |
Definition at line 31 of file hash_set.hh.
Referenced by hash_set_impl::Pool< Value >::create(), hash_set_impl::Pool< Value >::emplace(), hash_set_impl::Pool< Value >::operator=(), and hash_set_impl::Pool< Value >::Pool().