Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/third-party/mapbox/
H A Dvariant.hpp234 struct static_max<arg> struct
236 static const type_index_t value = arg;
240 struct static_max<arg1, arg2, others...> struct
242 …x_t value = arg1 >= arg2 ? static_max<arg1, others...>::value : static_max<arg2, others...>::value;