HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
pxr_CLI::CLI::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.h>

Public Types

using type = void
 

Detailed Description

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

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

Definition at line 996 of file CLI11.h.

Member Typedef Documentation

template<typename... Ts>
using pxr_CLI::CLI::make_void< Ts >::type = void

Definition at line 996 of file CLI11.h.


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