| 
    cxxomfort
    rel.20211024
    
   Simple backports for C++ - https://ryan.gulix.cl/fossil.cgi/cxxomfort/ 
   | 
 
Backports related to Standard header <ostream>
(or automatically by including <cxxomfort/backports.hpp> / <cxxomfort/cxxomfort.hpp>)
This section does not (for now) implement features of its own; rather, it provides functionality for other sections that is separated from their implementation sections so as to avoid a direct dependency on C++ IOstreams when it is not needed.
Interfaces defined in this section:
operator<< (ostream&, T const&) for the following types:unique_ptr<T>shared_ptr<T>std::byte std::basic_string_view<Char_Type>  eg.: string_view
 1.8.13