|
WinStd
Windows Win32 API using Standard C++
|
EAP_METHOD_INFO_ARRAY wrapper class. More...
#include <WinStd/EAP.h>
Public Member Functions | |
| eap_method_info_array () noexcept | |
| Constructs an empty array. | |
| eap_method_info_array (eap_method_info_array &&other) noexcept | |
| Move constructor. | |
| ~eap_method_info_array () | |
| Destructor. | |
| eap_method_info_array & | operator= (eap_method_info_array &&other) noexcept |
| Move assignment. | |
EAP_METHOD_INFO_ARRAY wrapper class.
|
inlinenoexcept |
Move constructor.
| [in,out] | other | A rvalue reference of another object |
|
inlinenoexcept |
Move assignment.
| [in,out] | other | A rvalue reference of another object |