| 486 | public: |
| 487 | template<class T = DefaultType> |
| 488 | LAZY_IMPORTER_FORCEINLINE static T safe() noexcept |
| 489 | { |
| 490 | return Derived::template get<T, safe_module_enumerator>(); |
| 491 | } |
| 492 | |
| 493 | template<class T = DefaultType, class Enum = unsafe_module_enumerator> |
| 494 | LAZY_IMPORTER_FORCEINLINE static T cached() noexcept |
nothing calls this directly
no outgoing calls
no test coverage detected