Stream insertion operator

Synopsis

Declared in <mp‐units/safe_int.h>

std::basic_ostream<CharT, Traits>&
operator<<(
    std::basic_ostream<CharT, Traits>& os,
    safe_int const& v);

Return Value

Reference to the current output stream

Parameters

Name Description

os

An output stream

v

The object to output

Created with MrDocs