Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::Vector< T, NumType >::Proxy Class Reference

#include <al-vector.H>

Collaboration diagram for Aleph::Vector< T, NumType >::Proxy:
[legend]

Public Member Functions

 Proxy (Vector &v, const T &k) noexcept
 
Proxyoperator= (const Proxy &proxy)
 
Proxyoperator= (const NumType &item)
 
Proxyoperator= (NumType &&item)
 
 operator NumType () noexcept
 

Private Attributes

Vectorv_ptr = nullptr
 
Tkey_ptr = nullptr
 
NumTypeentry_ptr = nullptr
 

Detailed Description

template<typename T, typename NumType>
class Aleph::Vector< T, NumType >::Proxy

Definition at line 601 of file al-vector.H.

Constructor & Destructor Documentation

◆ Proxy()

Member Function Documentation

◆ operator NumType()

template<typename T , typename NumType >
Aleph::Vector< T, NumType >::Proxy::operator NumType ( )
inlinenoexcept

Definition at line 665 of file al-vector.H.

◆ operator=() [1/3]

◆ operator=() [2/3]

◆ operator=() [3/3]

Member Data Documentation

◆ entry_ptr

◆ key_ptr

◆ v_ptr


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