Tatooine
void_t.h
Go to the documentation of this file.
1#ifndef TATOOINE_VOID_T_H
2#define TATOOINE_VOID_T_H
3//==============================================================================
4namespace tatooine {
5//==============================================================================
6template<typename...>
7using void_t = void;
8//==============================================================================
9} // namespace tatooine
10//==============================================================================
11#endif
Definition: algorithm.h:6
void void_t
Definition: void_t.h:7