If I have a template class with a default template type, I have to write the template angle brackets. Is it somehow possible to avoid this?
Example:
You can use typedef...
typedef tt<> tt_;
And then simply use tt_.
tt_