Comment by CyberDildonics
10 years ago
template<class T> using unq = std::unique_ptr<T>;
This is a start, then I usually define specific types from there.
10 years ago
template<class T> using unq = std::unique_ptr<T>;
This is a start, then I usually define specific types from there.
No comments yet
Contribute on Hacker News ↗