C++ Template Metaprogramming
Solutions to the exercises throughout the book
|
Encapsulate solution for Exercise 2-5 (C++20). More...
Classes | |
struct | type_descriptor_eng |
Display data-types in English wording. More... | |
Functions | |
template<typename T > | |
std::ostream & | operator<< (std::ostream &os, type_descriptor_eng< T > const &) |
Encapsulate solution for Exercise 2-5 (C++20).
std::ostream & exercise_2_5::cpp20::operator<< | ( | std::ostream & | os, |
type_descriptor_eng< T > const & | |||
) |
Definition at line 36 of file c++20/exercise-2-5.hpp.