MCPcopy Create free account
hub / github.com/1a1a11a/libCacheSim / throw_exception

Function throw_exception

libCacheSim/dataStructure/sparsepp/spp.h:93–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91// ----------------------------------------------------------------------
92template <class E>
93inline void throw_exception(const E& exception)
94{
95#if !defined(SPP_NO_EXCEPTIONS)
96 throw exception;
97#else
98 assert(0);
99 abort();
100#endif
101}
102
103// ----------------------------------------------------------------------
104// M U T A B L E P A I R H A C K

Callers 9

min_bucketsMethod · 0.85
_allocate_groupMethod · 0.85
realloc_or_dieMethod · 0.85
realloc_or_dieMethod · 0.85
realloc_or_dieMethod · 0.85
_resize_deltaMethod · 0.85
_insert_atMethod · 0.85
_insertMethod · 0.85
sparse_hash_mapClass · 0.85

Calls 1

assertFunction · 0.85

Tested by

no test coverage detected