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

#include <CLI11.h>

Public Types

using type = typename element_type< T >::type::value_type
 

Detailed Description

template<typename T>
struct pxr_CLI::CLI::detail::element_value_type< T >

Combination of the element type and value type - remove pointer (including smart pointers) and get the value_type of the container

Definition at line 1046 of file CLI11.h.

Member Typedef Documentation

template<typename T >
using pxr_CLI::CLI::detail::element_value_type< T >::type = typename element_type<T>::type::value_type

Definition at line 1046 of file CLI11.h.


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