CommonLibVR
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  private:
12  KEEP_FOR_RE()
13  };
14  static_assert(sizeof(DoNothingUnhandledPolicy<void*>) == 0x8);
15 }
#define KEEP_FOR_RE()
Definition: PCH.h:713
Definition: DoNothingUnhandledPolicy.h:7
virtual ~DoNothingUnhandledPolicy()=default
Definition: AbsorbEffect.h:6