FastLED 3.9.3
Loading...
Searching...
No Matches
RefTraits< T > Class Template Reference

Detailed Description

template<typename T>
class RefTraits< T >

Definition at line 44 of file ref.h.

+ Inheritance diagram for RefTraits< T >:

Public Types

using element_type = T
 
using ptr_type = Ref<T>
 

Static Public Member Functions

template<typename... Args>
static Ref< T > New (Args... args)
 
static Ref< T > New ()
 

Member Typedef Documentation

◆ element_type

template<typename T >
using RefTraits< T >::element_type = T

Definition at line 46 of file ref.h.

◆ ptr_type

template<typename T >
using RefTraits< T >::ptr_type = Ref<T>

Definition at line 47 of file ref.h.

Member Function Documentation

◆ New() [1/2]

template<typename T >
static Ref< T > RefTraits< T >::New ( )
inlinestatic

Definition at line 54 of file ref.h.

◆ New() [2/2]

template<typename T >
template<typename... Args>
static Ref< T > RefTraits< T >::New ( Args... args)
inlinestatic

Definition at line 49 of file ref.h.


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