TRIQS/triqs_modest 3.3.0
Brillouin zone summation
Loading...
Searching...
No Matches
OstreamPrintable Concept Reference

#include <triqs_modest/utils/gf_supp.hpp>

Detailed Description

Definition at line 18 of file gf_supp.hpp.

Concept definition

template<typename T>
concept OstreamPrintable = requires(std::ostream &os, T const &t) {
{ os << t } -> std::same_as<std::ostream &>;
}