outputOperator.hh File Reference
Go to the source code of this file.
Classes | |
class | concepts::OutputOperator |
Class providing an output operator. More... | |
Namespaces | |
concepts | |
Basic namespace for Concepts-2. | |
Functions | |
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) |
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 > | |
std::ostream & | concepts::operator<< (std::ostream &os, const std::unique_ptr< F > &p) |
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.