This example shows how to use TextStream output stream operators.
This example shows how to use TextStream output stream operators.
#include <iostream>
#include <vector>
#include "latbuilder/TextStream.h"
int main()
{
SET_PATH_TO_LATNETBUILDER_FOR_EXAMPLES();
using TextStream::operator<<;
std::cout << std::vector<int>{1, 2, 3, 4, 5} << std::endl;
return 0;
}
This file contains a global variable PATH_TO_LATNETBUILDER_DIR which should always equal the path to ...
LatBuilder namespace.
Definition libtut_lat.dox:17