HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
pxr_CLI::CLI::detail::element_type< T, Enable > Struct Template Reference

not a pointer More...

#include <CLI11.h>

Public Types

using type = T
 

Detailed Description

template<typename T, typename Enable = void>
struct pxr_CLI::CLI::detail::element_type< T, Enable >

not a pointer

Handy helper to access the element_type generically. This is not part of is_copyable_ptr because it requires that pointer_traits<T> be valid.

Definition at line 1038 of file CLI11.h.

Member Typedef Documentation

template<typename T , typename Enable = void>
using pxr_CLI::CLI::detail::element_type< T, Enable >::type = T

Definition at line 1038 of file CLI11.h.


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