HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
pxr_CLI::CLI::is_copyable_ptr< T > Struct Template Reference

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

#include <CLI11.h>

Static Public Attributes

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

Detailed Description

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

Check to see if something is copyable pointer.

Definition at line 1020 of file CLI11.h.

Member Data Documentation

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

Definition at line 1021 of file CLI11.h.


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