Searched defs:LargestFTImpl (Results 1 – 1 of 1) sorted by relevance
163 template <typename FT1, typename FT2, bool Enable> struct LargestFTImpl { struct164 using type = FT2;167 template <typename FT1, typename FT2> struct LargestFTImpl<FT1, FT2, true> { struct168 using type = FT1;