MINT2
Functions
Permutation.cpp File Reference
#include "Mint/Permutation.h"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const Permutation &p)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
const Permutation p 
)

Definition at line 178 of file Permutation.cpp.

178  {
179  p.print(os);
180  return os;
181 }
void print(std::ostream &os=std::cout) const