FOSSology
4.4.0
Open Source License Compliance by Open Source Software
|
Utility functions for test. More...
#include <iostream>
#include <vector>
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &os, const std::vector< int > &x) |
<< operator overload to appends a vector to an ostream object More... | |
Utility functions for test.
Definition in file testUtils.hpp.
std::ostream& operator<< | ( | std::ostream & | os, |
const std::vector< int > & | x | ||
) |
<<
operator overload to appends a vector to an ostream object
Operator appends the integers in a vector x to the ostream object in a JSON style format.
os | Stream object to be appended with vector |
x | The vector to be appended |
Definition at line 27 of file testUtils.hpp.