MINT2
Classes | Functions
Permutation.h File Reference
#include <iostream>
#include "Mint/PolymorphVector.h"

Go to the source code of this file.

Classes

class  Permutation
 

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