Essentia  2.1-beta6-dev
streamutil.h File Reference
#include <vector>
#include <set>
#include <complex>

Go to the source code of this file.

Namespaces

 essentia
 

Macros

#define PR(x)   std::cout << #x << ": " << x << std::endl
 

Functions

template<typename T , typename U >
std::ostream & operator<< (std::ostream &out, const std::pair< T, U > &p)
 
template<typename T >
std::ostream & operator<< (std::ostream &out, const std::vector< T > &v)
 
template<typename T >
std::ostream & operator<< (std::ostream &out, const std::set< T > &v)
 

Macro Definition Documentation

◆ PR

#define PR (   x)    std::cout << #x << ": " << x << std::endl

Prints a variable name followed by its value on a line.