distortos  v0.7.0
object-oriented C++ RTOS for microcontrollers
dummyDeleter.hpp File Reference

dummyDeleter() declaration More...

#include <type_traits>
Include dependency graph for dummyDeleter.hpp:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

dummyDeleter() declaration

Author
Copyright (C) 2015 Kamil Szczygiel http://www.distortec.com http://www.freddiechopin.info
License
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.