Variable mcfp::is_detected_v

Variable Documentation

template<template<class...> class Op, class ...Args>
constexpr bool mcfp::is_detected_v = detail::is_detected_v<Op, Args...>

Use the private implementation of is_detected_v which maybe resolved to the std::is_detected_v template when available