¡@

Home 

c++ Programming Glossary: gb.at

How to write a variadic method which replaces chained method calls?

http://stackoverflow.com/questions/14934749/how-to-write-a-variadic-method-which-replaces-chained-method-calls

at calls to retrieve deeper maps works fine. auto v gb.at k1 .at k2 .at k3 .get_vec PROBLEM I would like to create an.. deeper maps all in one call without chaining. auto w gb.at_variadic k1 k2 auto x gb.at_variadic k1 k2 k3 However I am running.. call without chaining. auto w gb.at_variadic k1 k2 auto x gb.at_variadic k1 k2 k3 However I am running into some issues. First..