User profile: ayati

User info
User name:ayati
History
Joined:
Number of posts:17
Latest posts:

subject: use deduced function template return type for a type definition
Hi JLBorges, this is what I have been looking for, thank you very much!

subject: use deduced function template return type for a type definition
Hi everyone, I want to define the value and the value_type of a certain class template. I have th...

call non static member functions of template class from inside another class with instances of different types c++
so, this time, I feel like we don't have a lot of choices pursuing this approach...! One must choose...

call non static member functions of template class from inside another class with instances of different types c++
Hi [b]JLBorges[/b], thank you for your reply. my issue is trying to put the loop and the lambda in ...

call non static member functions of template class from inside another class with instances of different types c++
Hi everyone, I'm having some doubts about the following code: [code] #include <iostream> #include <...