gem5
v20.1.0.0
|
Namespaces | |
stl_helpers | |
Classes | |
class | Coroutine |
This template defines a Coroutine wrapper type with a Boost-like interface. More... | |
Functions | |
template<typename T , typename... Args> | |
std::unique_ptr< T > | make_unique (Args &&... constructor_args) |
Defining custom version of make_unique: m5::make_unique<>() More... | |
std::unique_ptr<T> m5::make_unique | ( | Args &&... | constructor_args | ) |
Defining custom version of make_unique: m5::make_unique<>()
Definition at line 102 of file compiler.hh.