Functions
vbl_bool_ostream.cxx File Reference
#include <iostream>
#include "vbl_bool_ostream.h"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &s, const vbl_bool_ostream::on_off &proxy)
 
std::ostream & operator<< (std::ostream &s, const vbl_bool_ostream::high_low &proxy)
 
std::ostream & operator<< (std::ostream &s, const vbl_bool_ostream::true_false &proxy)
 

Function Documentation

◆ operator<<() [1/3]

std::ostream& operator<< ( std::ostream &  s,
const vbl_bool_ostream::on_off proxy 
)

Definition at line 9 of file vbl_bool_ostream.cxx.

◆ operator<<() [2/3]

std::ostream& operator<< ( std::ostream &  s,
const vbl_bool_ostream::high_low proxy 
)

Definition at line 18 of file vbl_bool_ostream.cxx.

◆ operator<<() [3/3]

std::ostream& operator<< ( std::ostream &  s,
const vbl_bool_ostream::true_false proxy 
)

Definition at line 27 of file vbl_bool_ostream.cxx.