Yeah, well, not even sure what C++ idioms are? The ones that a sold on slides at CppCon, or the ones we find at Github? :-)
Off the top of my head: 1) polymorphic value types 2) references in fields 3) value type strings and stl containers 4) multiple inheritance
BTW how one does polymorphism and introspection with shared_ptr in C++?
