Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
DataFrame.cpp File Reference
#include "DataFrame.h"
#include <iostream>
Include dependency graph for DataFrame.cpp:

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const std::vector< std::string > &vec)
 Stream output helper for a vector of strings.
 
std::ostream & operator<< (std::ostream &os, const std::array< int, 2 > &vec)
 Stream output helper for a fixed-size array of 2 integers.
 

Function Documentation

◆ operator<<() [1/2]

std::ostream & operator<< ( std::ostream &  os,
const std::array< int, 2 > &  vec 
)

Stream output helper for a fixed-size array of 2 integers.

Prints an array as: [a, b].

Definition at line 15 of file DataFrame.cpp.

◆ operator<<() [2/2]

std::ostream & operator<< ( std::ostream &  os,
const std::vector< std::string > &  vec 
)

Stream output helper for a vector of strings.

Prints a vector as: [elem1, elem2, ...].

Definition at line 4 of file DataFrame.cpp.