broken_this_demo.cc File Reference
#include <iostream>

Classes

class  TemplatedBaseClass< TEMPLATE_PARAMETER >
 Some Non-templated base class. More...
 
class  SomeDerivedClass< TEMPLATE_PARAMETER >
 Some templated derived class. More...
 

Functions

int main ()
 Driver. More...
 

Function Documentation

◆ main()

int main ( )

Driver.

99 {
100 
101  // Build the templated object:
103 
104  // Get it to output its template parameter and say hello:
105  object.output_template_parameter();
106 
107 } // end of main
Some templated derived class.
Definition: broken_this_demo.cc:60