pacemaker 3.0.3
COM automation for people with deadlines and a hatred of GUIs
 
Loading...
Searching...
No Matches
DispatchWrapper.hpp
Go to the documentation of this file.
1#ifndef PACEMAKER_INCA_DETAIL_DISPATCHWRAPPER_HPP_
2#define PACEMAKER_INCA_DETAIL_DISPATCHWRAPPER_HPP_
3
5{
14 template<class T>
15 struct DispatchWrapper : public T
16 {
17 using type = T;
18 };
19} // namespace pacemaker::inca::detail
20
21#endif
Helper struct for standardize interface retrieval.