Home
last modified time | relevance | path

Searched defs:HasContiguousLayout (Results 1 - 1 of 1) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_packet.h51 struct HasContiguousLayout : std::false_type {}; struct
54 struct HasContiguousLayout<T, std::void_t<decltype(std::declval<T>().data())>> : std::true_type {}; struct

Completed in 2 milliseconds