CommonLibSSE NG
Loading...
Searching...
No Matches
DoNothingUnhandledPolicy.h
Go to the documentation of this file.
1
#pragma once
2
3
namespace
RE
4
{
5
template
<
class
T>
6
class
DoNothingUnhandledPolicy
7
{
8
public
:
9
DoNothingUnhandledPolicy
() =
default
;
10
virtual
~DoNothingUnhandledPolicy
() =
default
;
// 00
11
};
12
static_assert
(
sizeof
(
DoNothingUnhandledPolicy<void*>
) == 0x8);
13
}
RE::DoNothingUnhandledPolicy
Definition
DoNothingUnhandledPolicy.h:7
RE::DoNothingUnhandledPolicy::DoNothingUnhandledPolicy
DoNothingUnhandledPolicy()=default
RE::DoNothingUnhandledPolicy::~DoNothingUnhandledPolicy
virtual ~DoNothingUnhandledPolicy()=default
RE
Definition
AbsorbEffect.h:6
CommonLibSSE-NG
include
RE
D
DoNothingUnhandledPolicy.h
Generated by
1.9.7