#include "narrow.hh"
#include "stl.hh"
#include "unreachable.hh"
#include "xrange.hh"
#include <cassert>
#include <concepts>
#include <cstdint>
#include <cstdlib>
#include <functional>
#include <initializer_list>
#include <iterator>
#include <new>
#include <type_traits>
#include <utility>
Go to the source code of this file.
|
template<typename Value , typename Extractor > |
using | hash_set_impl::ExtractedType = typename std::remove_cvref_t< decltype(std::declval< Extractor >()(std::declval< Value >()))> |
|