Searched defs:if_na (Results 1 – 1 of 1) sorted by relevance
61 template< typename T, typename U > struct if_na struct63 typedef T type;66 template< typename U > struct if_na<na,U> struct68 typedef U type;87 template< typename T, typename U > struct if_na struct