Thread parallelizion in STL
Loading...
Searching...
No Matches
gh_main.cpp File Reference
#include <algorithm>
#include <chrono>
#include <execution>
#include <iostream>
#include <numeric>
#include <random>
#include <vector>
Include dependency graph for gh_main.cpp:

Go to the source code of this file.

Functions

template<class T >
ostream & operator<< (ostream &s, const vector< T > &v)
 Prints the whole vector of base class pointers.
 
int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 44 of file gh_main.cpp.

◆ operator<<()

template<class T >
ostream & operator<< ( ostream &  s,
const vector< T > &  v 
)

Prints the whole vector of base class pointers.

Parameters
[in,out]soutput stream
[in]vvector
Returns
changed output stream

Definition at line 34 of file gh_main.cpp.