Home
last modified time | relevance | path

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

/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/
Dmeta.h55 template <bool C> struct SelectIfImpl { template <typename T1, typename T2> struct Apply { typedef … struct
56 template <> struct SelectIfImpl<false> { template <typename T1, typename T2> struct Apply { typedef…
57 template <bool C, typename T1, typename T2> struct SelectIfCond : SelectIfImpl<C>::template Apply<T…