A simple question.
Is it possible, with templates, to actually deduce, or know, the type of the argument passed to a function? In a little sample, say a Registry class with the function to retrieve something from the registry.
The function would take a buffer. With this information, it would be...