std::is_execution_policy

Header: <execution>

Checks whether T is a standard or implementation-defined execution policy type.

# Declarations

template< class T >
struct is_execution_policy;

(since C++17)

# See also