27namespace has_ostream_operator_impl{
61 static std::ostream& s;
68 static constexpr bool value {
sizeof(
test(s << t)) ==
sizeof(yes)};
no operator<<(std::ostream const &, fallback const &)
Declare a dummy << operator which operates on.
yes & test(std::ostream &)
If the class does have an << operator overloaded,.
Macros for handling exponential backoff.
A fallback struct which can create itself.
static constexpr bool value
Test to see what happens when we invoke.