detector< Default, AlwaysVoid, Op, Args > Struct Template Reference#
ck::detail::detector< Default, AlwaysVoid, Op, Args > Struct Template Reference
#include <is_detected.hpp>
Public Types | |
| using | value_t = integral_constant<bool, false> |
| using | type = Default |
Member Typedef Documentation
◆ type
template<class Default, class AlwaysVoid, template< class... > class Op, class... Args>
| using ck::detail::detector< Default, AlwaysVoid, Op, Args >::type = Default |
◆ value_t
template<class Default, class AlwaysVoid, template< class... > class Op, class... Args>
| using ck::detail::detector< Default, AlwaysVoid, Op, Args >::value_t = integral_constant<bool, false> |
The documentation for this struct was generated from the following file: