Searched defs:ThrowOnCopy (Results 1 – 1 of 1) sorted by relevance
41 class ThrowOnCopy { class43 ThrowOnCopy() : should_throw(false) {} in ThrowOnCopy() function in ThrowOnCopy44 explicit ThrowOnCopy(bool xshould_throw) : should_throw(xshould_throw) {} in ThrowOnCopy() function in ThrowOnCopy46 ThrowOnCopy(ThrowOnCopy const & other) in ThrowOnCopy() function in ThrowOnCopy