![]() |
Scarab
v3.3.0
Project 8 C++ Utility Library
|
#include <CLI11.hpp>
Public Types | |
using | type = typename std::conditional< is_copyable_ptr< T >::value, typename std::pointer_traits< T >::element_type, T >::type |
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.
using type = typename std::conditional<is_copyable_ptr<T>::value, typename std::pointer_traits<T>::element_type, T>::type |