CASM  1.1.0
A Clusters Approach to Statistical Mechanics
IntegralCluster_stream_io.hh
Go to the documentation of this file.
1 #ifndef CASM_IntegralCluster_stream_io
2 #define CASM_IntegralCluster_stream_io
3 
4 #include <iostream>
5 
6 namespace CASM {
7 
8 class IntegralCluster;
9 
12 std::ostream &operator<<(std::ostream &sout, const IntegralCluster &clust);
13 
14 } // namespace CASM
15 
16 #endif
Main CASM namespace.
Definition: APICommand.hh:8
std::ostream & operator<<(std::ostream &_stream, const FormattedPrintable &_formatted)