Searched defs:has_forward (Results 1 – 1 of 1) sorted by relevance
19 struct has_forward { struct21 using yes = int8_t;22 using no = int16_t;41 static constexpr bool value = (sizeof(test<T>(nullptr)) == sizeof(yes));