CLI11
C++11 Command Line Interface Parser
|
#include <TypeTools.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.