ACTS
Experiment-independent tracking
Loading...
Searching...
No Matches
Acts::Concepts::decayed_same_as Concept Reference

Concept that is satisfied iff both of its arguments decay to the same type. More...

#include <Acts/Utilities/Concepts.hpp>

Concept definition

template<typename T1, typename T2>
concept Acts::Concepts::decayed_same_as = std::same_as<std::decay_t<T1>, std::decay_t<T2> >
Concept that is satisfied iff both of its arguments decay to the same type.
Definition Concepts.hpp:32

Detailed Description

Concept that is satisfied iff both of its arguments decay to the same type.