C++ Library Extensions 2022.12.09
To help learn modern C++ programming
NonReferenceMemberWithForwardConstructor< Type > Class Template Reference

Public Member Functions

 NonReferenceMemberWithForwardConstructor (Type member)
 
void report ()
 

Detailed Description

template<typename Type>
class NonReferenceMemberWithForwardConstructor< Type >

Definition at line 64 of file 041-tight_control.cpp.

Constructor & Destructor Documentation

◆ NonReferenceMemberWithForwardConstructor()

template<typename Type >
NonReferenceMemberWithForwardConstructor< Type >::NonReferenceMemberWithForwardConstructor ( Type  member)
inline

Definition at line 80 of file 041-tight_control.cpp.

Member Function Documentation

◆ report()

template<typename Type >
void NonReferenceMemberWithForwardConstructor< Type >::report ( )
inline

Definition at line 86 of file 041-tight_control.cpp.

Here is the caller graph for this function:

The documentation for this class was generated from the following file: