Loading...
Searching...
No Matches
element_type< T, Enable > Struct Template Reference

Handy helper to access the element_type generically. 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 >

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. not a pointer

Definition at line 1038 of file CLI11.h.

Member Typedef Documentation

◆ type

using type = T

Definition at line 1038 of file CLI11.h.


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