![]() |
LeechCraft
0.6.70-10870-g558588d6ec
Modular cross-platform feature rich live environment.
|
#include <type_traits>
Include dependency graph for detector.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | LeechCraft::Util::detail::IsDetected< Default, Placeholder, Op, Args > |
| struct | LeechCraft::Util::detail::IsDetected< Default, std::void_t< Op< Args... > >, Op, Args... > |
Namespaces | |
| LeechCraft | |
| LeechCraft::Util | |
| LeechCraft::Util::detail | |
Typedefs | |
| template<typename Type , template< typename... > class Op, typename... Args> | |
| using | LeechCraft::Util::IsDetected_t = typename detail::IsDetected< Type, void, Op, Args... >::type |
Variables | |
| template<template< typename... > class Op, typename... Args> | |
| constexpr bool | LeechCraft::Util::IsDetected_v = detail::IsDetected<void, void, Op, Args...>::value_t::value |