mirror of
https://github.com/mutouyun/cpp-ipc.git
synced 2025-12-06 16:56:45 +08:00
add: additional notes
This commit is contained in:
parent
c704aef5f1
commit
9e170999a1
@ -16,6 +16,11 @@
|
||||
|
||||
LIBIMP_NAMESPACE_BEG_
|
||||
|
||||
/**
|
||||
* @brief Use the least significant (in Little-Endian) of
|
||||
* a 64-bit unsigned integer to indicate success or failure,
|
||||
* so the data significant bit cannot exceed 63 bits.
|
||||
*/
|
||||
class LIBIMP_EXPORT result_code {
|
||||
std::uint64_t status_;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user