Vcsn
2.2
Be Rational
|
#include <map>
#include <memory>
#include <utility>
Go to the source code of this file.
Namespaces | |
vcsn | |
Functions | |
template<typename SharedPtr , typename... Args> | |
SharedPtr | vcsn::make_shared_ptr (Args &&...args) |
Same as std::make_shared, but parameterized by the shared_ptr type, not the (pointed to) element_type. More... | |
int | vcsn::address (const void *t) |
Name pointers, to make them easier to read. More... | |
template<typename T > | |
int | vcsn::address (T *t) |
template<typename T > | |
int | vcsn::address (const T &t) |