LeviLamina
Loading...
Searching...
No Matches
SentryEnvelopePayloadExceptionMechanism.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // SentryEnvelopePayloadExceptionMechanism inner types define
8 enum class Type : int {
9 Generic = 0,
10 Promise = 1,
11 };
12
13public:
14 // member variables
15 // NOLINTBEGIN
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
26
27public:
28 // member functions
29 // NOLINTBEGIN
30 MCNAPI ::SentryEnvelopePayloadExceptionMechanism& operator=(::SentryEnvelopePayloadExceptionMechanism&&);
31 // NOLINTEND
32};
Definition SentryEnvelopePayloadExceptionMechanism.h:5
MCAPI::SentryEnvelopePayloadExceptionMechanism & operator=(::SentryEnvelopePayloadExceptionMechanism &&)
Definition Alias.h:14