Variable Acts::Concepts::exists

Variable Documentation

template<template<class...> class Op, class ...Args>
constexpr bool Acts::Concepts::exists = is_detected<Op, Args...>::value

Alias to is_detected which unpacks the constexpr boolean value.

Template Parameters
  • Op: The operation

  • Args: The arguments to the operation.