Home
last modified time | relevance | path

Searched defs:copy_cvref (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/armnn/third-party/mapbox/
H A Dvariant.hpp180 struct copy_cvref struct
182 using type = Dest;
186 struct copy_cvref<Src const&, Dest> struct
188 using type = Dest const&;
192 struct copy_cvref<Src&, Dest> struct
194 using type = Dest&;
198 struct copy_cvref<Src&&, Dest> struct
200 using type = Dest&&;