Searched refs:no_copy (Results 1 – 2 of 2) sorted by relevance
30 struct no_copy struct32 no_copy() {} in no_copy() argument33 no_copy(no_copy &&) {} in no_copy() function34 no_copy(no_copy const &) = delete;51 any_cast<no_copy>(static_cast<any&>(a)); // expected-note {{requested here}} in main()55 any_cast<no_copy>(static_cast<any const&>(a)); // expected-note {{requested here}} in main()57 any_cast<no_copy>(static_cast<any &&>(a)); // OK in main()
546 no_copy = set(['_graph'])552 if k in no_copy: