Searched defs:copy_cvref (Results 1 – 1 of 1) sorted by relevance
180 struct copy_cvref struct182 using type = Dest;186 struct copy_cvref<Src const&, Dest> struct188 using type = Dest const&;192 struct copy_cvref<Src&, Dest> struct194 using type = Dest&;198 struct copy_cvref<Src&&, Dest> struct200 using type = Dest&&;