SObjectizer  5.5
Classes | Functions
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

◆ operator<<() [2/2]

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