Variable Acts::concept::exists

Variable Documentation

template<template< class... > class Op, class... Args> constexpr bool Acts::concept::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.