Searched refs:CopyConstructibleFromX (Results 1 – 5 of 5) sorted by relevance
90 struct CopyConstructibleFromX struct101 constexpr CopyConstructibleFromX(int i) : i_(i) {} in CopyConstructibleFromX() argument102 constexpr CopyConstructibleFromX(const X& x) : i_(x.i_) {} in CopyConstructibleFromX() function
22 typedef propagate_const<CopyConstructibleFromX> P;
23 typedef propagate_const<CopyConstructibleFromX> PY;
24 typedef propagate_const<CopyConstructibleFromX> PY; in main()