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