HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
pxr_CLI::CLI::detail::element_type< T, typename std::enable_if< is_copyable_ptr< T >::value >::type > Struct Template Reference

#include <CLI11.h>

Public Types

using type = typename std::pointer_traits< T >::element_type
 

Detailed Description

template<typename T>
struct pxr_CLI::CLI::detail::element_type< T, typename std::enable_if< is_copyable_ptr< T >::value >::type >

Definition at line 1040 of file CLI11.h.

Member Typedef Documentation

template<typename T >
using pxr_CLI::CLI::detail::element_type< T, typename std::enable_if< is_copyable_ptr< T >::value >::type >::type = typename std::pointer_traits<T>::element_type

Definition at line 1041 of file CLI11.h.


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