C++ Library Extensions 2022.12.09
To help learn modern C++ programming
element_t< Type > Struct Template Reference

Public Attributes

Type m_data
 

Detailed Description

template<typename Type>
struct element_t< Type >

Definition at line 90 of file 025-template_members.cpp.

Member Data Documentation

◆ m_data

template<typename Type >
Type element_t< Type >::m_data

Definition at line 92 of file 025-template_members.cpp.


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