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

Concept that is true if T is an arithmetic type. More...

#include <Acts/Utilities/Concepts.hpp>

Concept definition

template<typename T>
concept Acts::Concepts::arithmetic = std::integral<T> || std::floating_point<T>
Concept that is true if T is an arithmetic type.
Definition Concepts.hpp:27

Detailed Description

Concept that is true if T is an arithmetic type.