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.");
AutoUnblockThread is a helper thread class that can gracefully shutdown at destruction time...
Definition: blob.h:26
void assert_entry_point_signature(EntryPoint)
Definition: assert_module_entry_point.h:27