| 502 | |
| 503 | template<class T = DefaultType> |
| 504 | LAZY_IMPORTER_FORCEINLINE static T safe_cached() noexcept |
| 505 | { |
| 506 | return cached<T, safe_module_enumerator>(); |
| 507 | } |
| 508 | }; |
| 509 | |
| 510 | template<offset_hash_pair OHP> |
nothing calls this directly
no outgoing calls
no test coverage detected