CASM  1.1.0
A Clusters Approach to Statistical Mechanics
FormatFlag.cc
Go to the documentation of this file.
2 
3 namespace CASM {
5  static const int _index = std::ios_base::xalloc();
6  return _index;
7 }
8 
9 std::ostream &operator<<(std::ostream &_stream, const FormatFlag &flag) {
10  return flag.set(_stream);
11 }
12 
13 } // namespace CASM
std::ostream & set(std::ostream &_stream) const
Definition: FormatFlag.hh:26
static int iword_index()
Definition: FormatFlag.cc:4
Main CASM namespace.
Definition: APICommand.hh:8
std::ostream & operator<<(std::ostream &_stream, const FormattedPrintable &_formatted)