OTest2
A C++ testing framework
|
#include <memory>
#include <type_traits>
#include <utility>
Go to the source code of this file.
Namespaces | |
OTest2 | |
Functions | |
template<typename T_ > | |
void | OTest2::odelete (T_ *&object_) |
Delete a pointer and set it invalid. More... | |
template<typename Type_ , typename... Args_> | |
std::unique_ptr< Type_ > | OTest2::make_unique (Args_ &&... args_) |
Replacement of the unique_ptr function missing in C++11. More... | |