Home
last modified time | relevance | path

Searched refs:SelectIfImpl (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/src/libs/thorvg/rapidjson/internal/
Dmeta.h56 template <bool C> struct SelectIfImpl { template <typename T1, typename T2> struct Apply { typedef … struct
57 template <> struct SelectIfImpl<false> { template <typename T1, typename T2> struct Apply { typedef…
58 template <bool C, typename T1, typename T2> struct SelectIfCond : SelectIfImpl<C>::template Apply<T…