Questions tagged [copyability]

1 questions
0
votes
1 answer

Should I let objects, whose copying is "costly", be naively copyable?

I'm devising an API - or actually, a wrapper API for another, lower-level API - in a programming language with objects. This API represents some entity E which is reference-counted (for example - a hardware resource); but - the reference counting is…