LeviLamina
Loading...
Searching...
No Matches
SentryEnvelopePayloadDebugMetadata.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
10 // NOLINTEND
11
12public:
13 // prevent constructor by default
17
18public:
19 // member functions
20 // NOLINTBEGIN
21 MCNAPI ::SentryEnvelopePayloadDebugMetadata& operator=(::SentryEnvelopePayloadDebugMetadata&&);
22
24 // NOLINTEND
25
26public:
27 // destructor thunk
28 // NOLINTBEGIN
29 MCNAPI void $dtor();
30 // NOLINTEND
31};
Definition SentryEnvelopePayloadDebugMetadata.h:5
MCAPI::SentryEnvelopePayloadDebugMetadata & operator=(::SentryEnvelopePayloadDebugMetadata &&)
Definition Alias.h:14