PLYwoot
Header-only C++17 library for parsing and writing PLY files
Loading...
Searching...
No Matches
header_scanner_ios.hpp File Reference
#include <ostream>

Go to the source code of this file.

Functions

std::ostream & plywoot::detail::operator<< (std::ostream &os, HeaderScanner::Token t)
 

Function Documentation

◆ operator<<()

std::ostream & plywoot::detail::operator<< ( std::ostream &  os,
HeaderScanner::Token  t 
)
inline

Outputs the text representation of the given header scanner token t to the given output stream os.

Parameters
osoutput stream to output the text representation of t to
theader scanner token to convert to text
Returns
the output stream

Definition at line 35 of file header_scanner_ios.hpp.