CodePorting.Translator.Cs2Cpp.Framework
System::Constraints::IsCsPointer< T > Struct Template Reference

A template predicate that determines if the specified type is a pointer type. By default any type is considered non-pointer type. More...

#include <constraints.h>

Inherits std::false_type.

Detailed Description

template<typename T>
struct System::Constraints::IsCsPointer< T >

A template predicate that determines if the specified type is a pointer type. By default any type is considered non-pointer type.