FastLED 3.9.15
Loading...
Searching...
No Matches
ptr_impl.h File Reference
#include "fl/ptr.h"
#include "fl/referent.h"
+ Include dependency graph for ptr_impl.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  fl
 IMPORTANT!
 

Functions

template<typename T, typename... Args>
Ptr< T > fl::NewPtr (Args... args)
 
template<typename T>
Ptr< T > fl::NewPtrNoTracking (T &obj)