userver: userver/utils/void_t.hpp File Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
void_t.hpp File Reference

Detailed Description

std::void_t implementation with workarounds for compiler bugs

Definition in file void_t.hpp.

Go to the source code of this file.

#include <type_traits>
+ Include dependency graph for void_t.hpp:
+ This graph shows which files directly or indirectly include 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