Naming conventions for ~Copyable types?

Since the behavior of ~Copyable types is so different than regular types that do vend copies, have folks who have been using them a lot have any naming conventions either for their types or instance names to help the clients of their libraries remember to borrow?

2 Likes

Since the compiler will complain if you don't specify an ownership modifier I didn't feel it was necessary.

5 Likes