Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
CLI::is_copyable_ptr< T > Struct Template Reference

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

#include <CLI11.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 >

Definition at line 900 of file CLI11.hpp.

Member Data Documentation

◆ value

template<typename T >
bool const CLI::is_copyable_ptr< T >::value = is_shared_ptr<T>::value || std::is_pointer<T>::value
static

Definition at line 901 of file CLI11.hpp.


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