Constructor and Destructor
Applicability
Product |
Supported or Not |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Header File
#include <register/op_lib_register.h>
Function Usage
Constructs and destructs an object of class OpLibRegister.
Prototype
1 2 3 4 5 6 | explicit OpLibRegister(const char_t *vendor_name) OpLibRegister(OpLibRegister &&other) noexcept OpLibRegister(const OpLibRegister &other) OpLibRegister &operator=(const OpLibRegister &) = delete OpLibRegister &operator=(OpLibRegister &&) = delete ~OpLibRegister() |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
vendor_name |
Input |
Vendor name of the custom operator. |
other |
Input |
Another object of class OpLibRegister. |
Returns
Object of class OpLibRegister.
Constraints
None
Parent topic: OpLibRegister