Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_builder.cpp237 struct IntegerToInt { struct
238 using InType = T;
239 using OutType = U;
241 static U convert(T v) noexcept in convert()