Class documentation of Concepts

Loading...
Searching...
No Matches
outputOperator.hh File Reference
#include <iostream>
#include <memory>
#include <map>
#include "output.hh"

Go to the source code of this file.

Classes

class  concepts::OutputOperator
 

Namespaces

namespace  concepts
 

Functions

template<class F >
std::ostream & concepts::operator<< (std::ostream &os, const std::unique_ptr< F > &p)
 
template<class F , class G >
std::ostream & operator<< (std::ostream &os, const std::pair< F, G > &p)
 
template<class F , class G >
std::ostream & concepts::operator<< (std::ostream &os, const std::pair< F, G > &p)
 
template<class F , class G >
std::ostream & concepts::operator<< (std::ostream &os, const std::map< F, G * > &m)
 
template<class F , class G >
std::ostream & concepts::operator<< (std::ostream &os, const std::map< F, G > &m)
 

Detailed Description

Output operator for all classes in concepts

Definition in file outputOperator.hh.

Function Documentation

◆ operator<<()

template<class F , class G >
std::ostream & operator<< ( std::ostream &  os,
const std::pair< F, G > &  p 
)

Definition at line 65 of file outputOperator.hh.