Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <connected_components.h>
Public Types | |
using | Set = std::set<T, CompareOrHashT> |
using | Map = std::map<T, int, CompareOrHashT> |
SFINAE trait to detect hash functors and select unordered containers if so, and ordered containers otherwise (= by default).
Definition at line 153 of file connected_components.h.
using internal::ConnectedComponentsTypeHelper< T, CompareOrHashT, Eq >::SelectContainer< U, V, E >::Map = std::map<T, int, CompareOrHashT> |
Definition at line 155 of file connected_components.h.
using internal::ConnectedComponentsTypeHelper< T, CompareOrHashT, Eq >::SelectContainer< U, V, E >::Set = std::set<T, CompareOrHashT> |
Definition at line 154 of file connected_components.h.