User profile: lostwithcpp

User info
User name:lostwithcpp
History
Joined:
Number of posts:46
Latest posts:

Trouble with seeing where variable is initialized?
[quote]Basically, foo<wrapper<int>> and wrapper are "aggregates" because all data members are public...

Trouble with seeing where variable is initialized?
Hello, This question is in regards to the initialization of the variable [code]value_type value;[/...

How to find the Type of a struct that is passed as an argument and the template arguments for a lambda function?
thanks for all the help

How to find the Type of a struct that is passed as an argument and the template arguments for a lambda function?
[quote]It does have two arguments. The first one is std::string, and the second one is chosen by the...

How to find the Type of a struct that is passed as an argument and the template arguments for a lambda function?
The question I have pertains to the type of the structs that are passed as a function argument into ...