File: constraints_impl.hpp

package info (click to toggle)
iqtree 2.0.7%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 14,620 kB
  • sloc: cpp: 142,571; ansic: 57,789; sh: 275; python: 242; makefile: 95
file content (17 lines) | stat: -rw-r--r-- 346 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef CONSTRAINTS_IMPL_HPP
#define CONSTRAINTS_IMPL_HPP

#include <terraces/constraints.hpp>

namespace terraces {

namespace utils {
template <class T1, class T2>
struct named_output;
}

std::ostream& operator<<(std::ostream& stream, utils::named_output<constraints, name_map> output);

} // namespace terraces

#endif // CONSTRAINTS_IMPL_HPP