|
fennec
|
Detect whether DetectT<ArgsT...> is a valid type.
More...
#include <conditional_types.h>
Selects DetectT<ArgsT...> if it exists, otherwise selects DefaultT The chosen type is stored in detect::type and a boolean value is stored in detect::is_detected representing whether DetectT<ArgsT...> is found.
| DefaultT | Default type |
| DetectT | Type to detect |
| ArgsT | Any template arguments for DetectT<ArgsT> |