Loading...
Searching...
No Matches
element_value_type< T > Struct Template Reference

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

#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

◆ type

using 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: