SObjectizer  5.7
Classes | Namespaces | Functions
ios_helpers.hpp File Reference

Various helpers for working with C++ iostreams. More...

#include <string_view>
#include <ostream>
#include <cstdint>

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)
 

Detailed Description

Various helpers for working with C++ iostreams.

Since
v.5.5.12