Searched defs:isTypeValid (Results 1 – 3 of 3) sorted by relevance
167 template <typename T> bool isTypeValid (void) { return true; } in isTypeValid() function168 template <> bool isTypeValid<Void> (void) { return false; } in isTypeValid() function
215 template <typename T> bool isTypeValid (void) { return true; } in isTypeValid() function216 template <> bool isTypeValid<Void> (void) { return false; } in isTypeValid() function
214 template <typename T> bool isTypeValid (void) { return true; } in isTypeValid() function215 template <> bool isTypeValid<Void> (void) { return false; } in isTypeValid() function