CLI11
C++11 Command Line Interface Parser
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
CLI::is_copyable_ptr< T > Struct Template Reference

Check to see if something is copyable pointer. More...

#include <TypeTools.hpp>

Static Public Attributes

static bool const value = is_shared_ptr<T>::value || std::is_pointer<T>::value
 

Detailed Description

template<typename T>
struct CLI::is_copyable_ptr< T >

Check to see if something is copyable pointer.


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