Searched refs:has_global_insertion_operator (Results 1 – 1 of 1) sorted by relevance
1047 struct has_global_insertion_operator : types::false_type { }; struct1050 …struct has_global_insertion_operator<T, decltype(::operator<<(declval<std::ostream&>(), declval<co…1053 …as_insertion_operator { static DOCTEST_CONSTEXPR bool value = has_global_insertion_operator<T>::va…1069 using insert_hack_t = insert_hack<T, has_global_insertion_operator<T>::value>;