distortos
v0.7.0
object-oriented C++ RTOS for microcontrollers
|
dummyDeleter() declaration More...
#include <type_traits>
Go to the source code of this file.
Namespaces | |
distortos | |
Top-level namespace of distortos project. | |
distortos::internal | |
Internals of distortos project - should not be used directly! | |
Functions | |
template<typename T , typename U > | |
void | distortos::internal::dummyDeleter (U *) |
A "no-op" dummy deleter that can be used with std::unique_ptr and automatic storage that is trivially destructible. More... | |
dummyDeleter() declaration