|
kblib 0.2.3
General utilities library for modern C++
|
#include <kblib/bits.h>
Public Member Functions | |
| operator Type & () noexcept | |
| operator const Type & () const noexcept | |
| ~array_pun_proxy () | |
| array_pun_proxy (const array_pun_proxy &)=delete | |
| array_pun_proxy (array_pun_proxy &&)=delete | |
| array_pun_proxy & | operator= (const array_pun_proxy &)=delete |
| array_pun_proxy & | operator= (array_pun_proxy &&)=delete |
Public Attributes | |
| Storage & | base |
| Type | data |
| bool | dirty = false |
|
inline |
|
delete |
|
delete |
|
inlinenoexcept |
|
inlinenoexcept |
|
delete |
|
delete |
| Storage& kblib::detail_bits::array_pun_proxy< Type, Storage >::base |
| Type kblib::detail_bits::array_pun_proxy< Type, Storage >::data |
| bool kblib::detail_bits::array_pun_proxy< Type, Storage >::dirty = false |