Scarab  v3.5.0
Project 8 C++ Utility Library
Public Types | List of all members
make_void< Ts > Struct Template Reference

A copy of std::void_t from C++17 (helper for C++11 and C++14) More...

#include <CLI11.hpp>

Public Types

using type = void
 

Detailed Description

template<typename... Ts>
struct CLI::make_void< Ts >

A copy of std::void_t from C++17 (helper for C++11 and C++14)

Definition at line 921 of file CLI11.hpp.

Member Typedef Documentation

◆ type

using type = void

Definition at line 921 of file CLI11.hpp.


The documentation for this struct was generated from the following file: