LIPH's C++ Codes
liph::Printable Concept Reference
#include <
print.h
>
Concept definition
template
<
class
T>
concept
liph::Printable
=
requires
(T t) { std::cout << t; }
liph::Printable
Definition:
print.h:75
liph
Printable
Generated by
1.9.4