std::void_t implementation with workarounds for compiler bugs More...
#include <type_traits>
Go to the source code of this file.
Namespaces | |
namespace | utils |
Utilities. | |
Typedefs | |
template<typename... T> | |
using | utils::void_t = std::void_t< T... > |
std::void_t implementation with workarounds for compiler bugs | |
std::void_t implementation with workarounds for compiler bugs
Definition in file void_t.hpp.