Variable Acts::Concepts::exists¶
Defined in File TypeTraits.hpp
Variable Documentation¶
-
template<template<class...> class
Op, class ...Args>
constexpr boolActs::Concepts::exists= is_detected<Op, Args...>::value¶ Alias to
is_detectedwhich unpacks the constexpr boolean value.- Template Parameters
Op: The operationArgs: The arguments to the operation.