4 lines
95 B
C++
4 lines
95 B
C++
#pragma once
|
|
template <class Implementation, class State = void>
|
|
struct With_Attached_Impl {};
|