OSVR-Core
|
Header providing a templated deleter function. More...
Go to the source code of this file.
Namespaces | |
osvr | |
The main namespace for all C++ elements of the framework, internal and external. | |
osvr::util | |
The Util library: Functionality not necessarily coupled to any particular core library, serving more as a common base layer behind all systems. | |
Functions | |
template<typename T > | |
void | osvr::util::generic_deleter (void *obj) |
Generic deleter function, wrapping the stock delete call. More... | |
Header providing a templated deleter function.