nlib
|
A pair consisting of an MpObject
-type key and value. Used to store an associative array.
More...
#include "nn/nlib/msgpack/MpObject.h"
Public Member Functions | |
MpObjectKv () noexcept | |
Instantiates the object with default parameters (default constructor). | |
~MpObjectKv () noexcept | |
Destructor. | |
MpObjectKv (MpObjectKv &&rhs)=default | |
Instantiates the object (move constructor). | |
MpObjectKv & | operator= (MpObjectKv &&rhs)=default |
Move assignment operator. | |
MpObjectKv (MpObjectKv &rhs, move_tag) noexcept | |
Corresponds to a move constructor. | |
MpObjectKv & | assign (MpObjectKv &rhs, move_tag) noexcept |
Corresponds to a move assignment operator. | |
Public Attributes | |
MpObject | first |
Object used as a key. | |
MpObject | second |
Object used as a value. | |
A pair consisting of an MpObject
-type key and value. Used to store an associative array.
Definition at line 407 of file MpObject.h.
© Nintendo Co., Ltd. All rights reserved.