19 #ifndef MIR_ASSERT_MODULE_ENTRY_POINT_H_ 20 #define MIR_ASSERT_MODULE_ENTRY_POINT_H_ 22 #include <type_traits> 26 template<
typename ReferenceTypename,
typename EntryPo
int>
29 static_assert(std::is_same<EntryPoint, ReferenceTypename>::value,
30 "Signature of platform entry point does not match.");
All things Mir.
Definition: atomic_callback.h:25
void assert_entry_point_signature(EntryPoint)
Definition: assert_module_entry_point.h:27