Searched defs:make_tuple_traits (Results 1 – 1 of 1) sorted by relevance
641 struct make_tuple_traits { struct642 typedef T type;665 struct make_tuple_traits<T&> { struct668 do_not_use_with_reference_type error;675 template<class T, int n> struct make_tuple_traits <T[n]> { struct676 typedef const T (&type)[n];680 struct make_tuple_traits<const T[n]> { struct681 typedef const T (&type)[n];684 template<class T, int n> struct make_tuple_traits<volatile T[n]> { struct685 typedef const volatile T (&type)[n];[all …]