User profile: frek

User info
User name:frek
History
Joined:
Number of posts:534
Latest posts:

CTAD
So the rule is like: Functions' parameters can be templates only if they're declared like a template...

CTAD
Your answers are very obvious, thanks. For the second example, my intention is more about using [cod...

CTAD
Hi all, [code]template <typename T> struct Length { T sz; }; void foo(Length len) { std::cout ...

Assign to a specific memory address
Do you find that pdf still valid (although it's of 2007)?

Assign to a specific memory address
@JLBorges I tried but couldn't get well what your code does exactly. Could you please explain it in ...