Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
CtorContainer< C > Struct Template Reference
Inheritance diagram for CtorContainer< C >:
[legend]
Collaboration diagram for CtorContainer< C >:
[legend]

Public Member Functions

 CtorContainer ()
 
 ~CtorContainer ()
 

Public Attributes

C * ptr_1 = nullptr
 
C * ptr_2 = nullptr
 
C * ptr_3 = nullptr
 

Static Public Attributes

static constexpr size_t N = 10
 

Detailed Description

template<class C>
struct CtorContainer< C >

Definition at line 339 of file ah-dry.cc.

Constructor & Destructor Documentation

◆ CtorContainer()

◆ ~CtorContainer()

template<class C >
CtorContainer< C >::~CtorContainer ( )
inline

Member Data Documentation

◆ N

template<class C >
constexpr size_t CtorContainer< C >::N = 10
staticconstexpr

Definition at line 341 of file ah-dry.cc.

Referenced by CtorContainer< C >::CtorContainer().

◆ ptr_1

template<class C >
C* CtorContainer< C >::ptr_1 = nullptr

◆ ptr_2

template<class C >
C* CtorContainer< C >::ptr_2 = nullptr

◆ ptr_3

template<class C >
C* CtorContainer< C >::ptr_3 = nullptr

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