C++ Template Metaprogramming
Solutions to the exercises throughout the book
Loading...
Searching...
No Matches
exercise-2-3.hpp
Go to the documentation of this file.
1
// ===-- chapter-2/exercise-2-3.hpp ----------------------- -*- C++ -*- --=== //
9
#ifndef EXERCISE_2_3
10
#define EXERCISE_2_3
11
12
40
namespace
exercise_2_3
{
41
46
template
<
typename
T>
47
struct
type_descriptor
48
{
49
// std::ostream& operator<<(std::ostream& os)
50
};
51
52
}
// namespace exercise_2_3
53
54
#endif
// EXERCISE_2_3
exercise_2_3
Encapsulate solution for Exercise 2-3.
Definition:
exercise-2-3.hpp:40
exercise_2_3::type_descriptor
Definition:
exercise-2-3.hpp:48
chapter-2
exercise-2-3.hpp
Generated on Fri Mar 8 2024 12:11:47 for C++ Template Metaprogramming by
1.9.6