HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
Public Types | Static Public Attributes
v1::smart_pointer_traits< T > Struct Template Reference

#include <hikogui/type_traits.hpp>

Public Types

using type = void
 The type the pointer points to.
 

Static Public Attributes

static constexpr bool value = false
 If true this is a pointer or shared_ptr.
 

Detailed Description

template<typename T>
struct v1::smart_pointer_traits< T >

Smart pointer traits.

Note
Applications may make specializations for their own types.
Parameters
Tthe type.

Member Typedef Documentation

◆ type

template<typename T >
using v1::smart_pointer_traits< T >::type = void

The type the pointer points to.

Field Documentation

◆ value

template<typename T >
constexpr bool v1::smart_pointer_traits< T >::value = false
staticconstexpr

If true this is a pointer or shared_ptr.


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