Open mjdecker opened 8 years ago
// 0..1 std::shared_ptr<int> bar; // * int * bar; // ?? std::shared_ptr<const unsigned int const * const> bar; std::shared_ptr<int> * bar;
Go with most restrictive. OUTER TYPE is multiplicity.