struct is_action

Declaration

template <typename Action, typename Enable = void>
struct is_action : public std::integral_constant { /* full declaration omitted */ };

Declared at: libs/pika/functional/include/pika/functional/traits/is_action.hpp:13

Inherits from: std::integral_constant