Searched defs:make_tuple_traits (Results 1 – 1 of 1) sorted by relevance
645 struct make_tuple_traits { struct646 typedef T type;669 struct make_tuple_traits<T&> { struct672 do_not_use_with_reference_type error;679 template<class T, int n> struct make_tuple_traits <T[n]> { struct680 typedef const T (&type)[n];684 struct make_tuple_traits<const T[n]> { struct685 typedef const T (&type)[n];688 template<class T, int n> struct make_tuple_traits<volatile T[n]> { struct689 typedef const volatile T (&type)[n];[all …]