SObjectizer  5.8
Loading...
Searching...
No Matches
so_5::details::ios_helpers Namespace Reference

Helpers for manipulation with standard C++ I/O streams. More...

Classes

struct  length_limited_string
 Helper for showing only part of long string. More...
 
struct  pointer
 Helper for showing pointer value. More...
 

Functions

std::ostream & operator<< (std::ostream &to, const length_limited_string &v)
 
std::ostream & operator<< (std::ostream &to, const pointer &v)
 

Detailed Description

Helpers for manipulation with standard C++ I/O streams.

Since
v.5.5.4

Function Documentation

◆ operator<<() [1/2]

std::ostream & so_5::details::ios_helpers::operator<< ( std::ostream & to,
const length_limited_string & v )
inline

Definition at line 44 of file ios_helpers.hpp.

◆ operator<<() [2/2]

std::ostream & so_5::details::ios_helpers::operator<< ( std::ostream & to,
const pointer & v )
inline

Definition at line 77 of file ios_helpers.hpp.