FastLED 3.9.15
Loading...
Searching...
No Matches
scoped_ptr.h
Go to the documentation of this file.
1
2#pragma once
3
4// Backward compatibility - include the new unique_ptr header
5#include "fl/unique_ptr.h"
6#include "fl/scoped_array.h"
7
8namespace fl {
9
10// Template alias for backward compatibility
11template<typename T, typename Deleter = default_delete<T>>
13
14} // namespace fl
unique_ptr< T, Deleter > scoped_ptr
Definition scoped_ptr.h:12
IMPORTANT!
Definition crgb.h:20