I'm an expert at C and fairly good at
Java. I volunteered to help a friend with a C++ codebase I'm having trouble making heads or tails of. Example:
tl;dr How do I interpret the ConfiguredConsumer constructor?
This is inside a .hxx file, and I'm 90% sure it's not a template (lots of macros above it I haven't quite sussed out yet). What do I duckduckgo to find out how to understand "SomeMethod(args) : something(args?), somethingElse(more args?), yetAnotherSomething(stuff) {}"? I've got a couple C++ books, most recent dated 2017, and I'm not seeing anything in them that helps decipher this line.
I'm at a total loss here.