Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
Dmesh_builder.cpp252 struct IntegerToInt { struct
253 using InType = T;
254 using OutType = U;
256 static U convert(T v) noexcept in convert()