#include </builds/gaudi/Gaudi/GaudiKernel/include/GaudiKernel/VectorMap.h>
template<typename K, typename Key, typename Comp>
(std::same_as<std::remove_cvref_t<K>, std::remove_cvref_t<Key>> && std::strict_weak_order<Comp, Key, Key>) ||
( requires { typename Comp::is_transparent; } && std::strict_weak_order<Comp, K, Key> &&
std::strict_weak_order<Comp, Key, K> )
Definition at line 104 of file VectorMap.h.