SObjectizer
5.5
|
Various helpers for working with C++ iostreams. More...
#include <string_view>
#include <ostream>
Go to the source code of this file.
Classes | |
struct | so_5::details::ios_helpers::length_limited_string |
Helper for showing only part of long string. More... | |
struct | so_5::details::ios_helpers::pointer |
Helper for showing pointer value. More... | |
Namespaces | |
so_5 | |
Public part of message limit implementation. | |
so_5::details | |
Some reusable and low-level classes/functions which can be used in public header files. | |
so_5::details::ios_helpers | |
Helpers for manipulation with standard C++ I/O streams. | |
Functions | |
std::ostream & | so_5::details::ios_helpers::operator<< (std::ostream &to, const length_limited_string &v) |
std::ostream & | so_5::details::ios_helpers::operator<< (std::ostream &to, const pointer &v) |
Various helpers for working with C++ iostreams.