MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / deref_noexcept

Function deref_noexcept

deps/concurrentqueue/concurrentqueue.h:542–545  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

540
541 template<typename It>
542 static inline auto deref_noexcept(It& it) MOODYCAMEL_NOEXCEPT -> decltype(*it)
543 {
544 return *it;
545 }
546
547#if defined(__clang__) || !defined(__GNUC__) || __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 8)
548 template<typename T> struct is_trivially_destructible : std::is_trivially_destructible<T> { };

Callers 4

concurrentqueue.hFile · 0.85
dequeue_bulkFunction · 0.85
enqueue_bulkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected