Awali
Another Weighted Automata library
|
#include <memory>
#include <utility>
Go to the source code of this file.
Namespaces | |
awali | |
Main namespace of Awali. | |
awali::sttc | |
Namespace for the static layer of Awali. | |
Functions | |
template<typename SharedPtr , typename... Args> | |
SharedPtr | awali::sttc::make_shared_ptr (Args &&... args) |
Same as std::make_shared, but parameterized by the shared_ptr type, not the (pointed to) element_type. More... | |