|
FastLED 3.9.15
|
#include "fl/stl/noexcept.h"
Include dependency graph for move.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | fl::remove_reference< T > |
| struct | fl::remove_reference< T & > |
| struct | fl::remove_reference< T && > |
Namespaces | |
| namespace | fl |
| Base definition for an LED controller. | |
Typedefs | |
| template<typename T> | |
| using | fl::remove_reference_t = typename remove_reference<T>::type |
Functions | |
| template<typename T> | |
| constexpr remove_reference< T >::type && | fl::move (T &&t) FL_NOEXCEPT |
| struct fl::remove_reference |
| struct fl::remove_reference< T & > |