This template type may be specialized to suppress ambiguities for types T which
std::operator<<(ostream, const T&)
defined, and std::operator<<
for all appendable types.If a specialization of this template struct exists that inherits std::true_type
, the compiler will not choose the ALib implementation of the operator, which resolves the ambiguity.
T | The appendable type to suppress |
Definition at line 53 of file std_strings_iostream.hpp.
#include <std_strings_iostream.hpp>