Searched refs:no_copy (Results 1 – 2 of 2) sorted by relevance
30 struct no_copy struct32 no_copy() {} in no_copy() function33 no_copy(no_copy &&) {} in no_copy() function35 no_copy(no_copy const &);40 any_cast<no_copy>(static_cast<any&>(a)); in main()41 any_cast<no_copy>(static_cast<any const&>(a)); in main()42 any_cast<no_copy>(static_cast<any &&>(a)); in main()
286 struct no_copy in test_non_copyable_ref() struct288 no_copy() {} in test_non_copyable_ref() argument289 no_copy(no_copy &&) {} in test_non_copyable_ref() function291 no_copy(no_copy const &); in test_non_copyable_ref()295 checkThrows<no_copy &, no_copy const&>(a); in test_non_copyable_ref()296 checkThrows<no_copy const&>(a); in test_non_copyable_ref()