Struct void_type
Synopsis
#include <include/internal/catch_tostring.h>
template <typename...>
struct void_type
Description
No description yet.
Source
Lines 477-480 in include/internal/catch_tostring.h.
template <typename...>
struct void_type {
using type = void;
};