Searched refs:MoveConstructibleFromX (Results 1 – 4 of 4) sorted by relevance
60 struct MoveConstructibleFromX struct71 constexpr MoveConstructibleFromX(int i) : i_(i) {} in MoveConstructibleFromX() function72 constexpr MoveConstructibleFromX(X&& x) : i_(x.i_) {} in MoveConstructibleFromX() function
22 typedef propagate_const<MoveConstructibleFromX> PY;
25 typedef propagate_const<MoveConstructibleFromX> PY; in main()