Searched refs:no_move (Results 1 – 1 of 1) sorted by relevance
37 struct no_move { struct38 no_move() {} in no_move() function39 no_move(no_move&&) = delete;40 no_move(no_move const&) {} in no_move() function61 any_cast<no_move>(static_cast<any &&>(a)); in main()