Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
gtl::stl_util_internal::Unordered< typename, typename, typename > Struct Template Reference

#include <stl_util.h>

Inheritance diagram for gtl::stl_util_internal::Unordered< typename, typename, typename >:

Detailed Description

template<typename, typename = void, typename = void>
struct gtl::stl_util_internal::Unordered< typename, typename, typename >

Trait to detect whether a type T is an hash table. The heuristic used is that the type contains an inner type hasher and does not contain an inner type reverse_iterator. If the container is iterable in reverse, then order might actually matter.

Definition at line 560 of file stl_util.h.


The documentation for this struct was generated from the following file: