#include <iostream>#include <utility>#include <type_traits>Go to the source code of this file.
Classes | |
| class | SampleOutput< OS, Target > |
Functions | |
| template<typename T = std::ostream> | |
| SampleOutput () -> SampleOutput< T > | |
| template<typename T> | |
| SampleOutput (T &) -> SampleOutput< T > | |
| template<typename T, SampleOutputTarget Tgt> | |
| SampleOutput (SampleOutput< T, Tgt >) -> SampleOutput< T > | |
Sample programs use the SampleOutput class template to print their actual output (in a normal build) and their expected output (in a special test build).
Definition in file samples_output.hpp.
| enum SampleOutputTarget |
Definition at line 32 of file samples_output.hpp.
| SampleOutput | ( | ) | -> SampleOutput< T > |
Definition at line 131 of file samples_output.hpp.