WinStd
Windows Win32 API using Standard C++
Loading...
Searching...
No Matches
winstd::eap_method_info_array Class Reference

EAP_METHOD_INFO_ARRAY wrapper class. More...

#include <WinStd/EAP.h>

Inheritance diagram for winstd::eap_method_info_array:

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_arrayoperator= (eap_method_info_array &&other) noexcept
 Move assignment.
 

Detailed Description

EAP_METHOD_INFO_ARRAY wrapper class.

Constructor & Destructor Documentation

◆ eap_method_info_array()

winstd::eap_method_info_array::eap_method_info_array ( eap_method_info_array && other)
inlinenoexcept

Move constructor.

Parameters
[in,out]otherA rvalue reference of another object

Member Function Documentation

◆ operator=()

eap_method_info_array & winstd::eap_method_info_array::operator= ( eap_method_info_array && other)
inlinenoexcept

Move assignment.

Parameters
[in,out]otherA rvalue reference of another object

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