Scarab  v3.2.0
Project 8 C++ Utility Library
Public Types | List of all members
element_value_type< T > Struct Template Reference

#include <CLI11.hpp>

Public Types

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

Detailed Description

template<typename T>
struct 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 974 of file CLI11.hpp.

Member Typedef Documentation

◆ type

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

Definition at line 974 of file CLI11.hpp.


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