Arkanjo 0.2
A tool for find code duplicated functions in codebases
Loading...
Searching...
No Matches
utils.cpp File Reference
+ Include dependency graph for utils.cpp:

Go to the source code of this file.

Functions

Wrapped wrapped (const std::string &text, size_t spaces, bool use_first_line)
 
std::ostream & operator<< (std::ostream &os, const Wrapped &w)
 

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & os,
const Wrapped & w )

Definition at line 94 of file utils.cpp.

◆ wrapped()

Wrapped wrapped ( const std::string & text,
size_t spaces,
bool use_first_line )

Definition at line 90 of file utils.cpp.