Searched refs:is_copy (Results 1 – 1 of 1) sorted by relevance
340 bool is_copy; member343 copy_count(0), copies_count(0), assign_count(0), is_copy(false) {} in copy_counting_object()346 copy_count(0), copies_count(0), assign_count(0), is_copy(false) {} in copy_counting_object()349 copy_count(other.copy_count + 1), is_copy(true) { in copy_counting_object()355 is_copy = true;730 …DOCTEST_WARN_MESSAGE((b2.is_copy), "The type Output must meet the CopyConstructible requirements"); in test_output_input_class()753 … DOCTEST_WARN_MESSAGE((b.is_copy), "The type Output must meet the CopyConstructible requirements"); in test_output_class()