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

Concept that is equivalent to is_nothrow_move_constructible. More...

#include <Acts/Utilities/Concepts.hpp>

Concept definition

template<typename T>
concept Acts::Concepts::nothrow_move_constructible = std::is_nothrow_move_constructible_v<T>
Concept that is equivalent to is_nothrow_move_constructible.
Definition Concepts.hpp:23

Detailed Description

Concept that is equivalent to is_nothrow_move_constructible.

Todo
Convert this to a "real" concept.