Home
last modified time | relevance | path

Searched refs:is_timing_type_v (Results 1 – 1 of 1) sorted by relevance

/dports/cad/netgen/netgen-6.2.2105/libsrc/core/
H A Dprofiler.hpp163 constexpr bool is_timing_type_v = std::is_same_v<T, TNoTiming> || std::is_same_v<T, TTiming>; variable
186 template<std::enable_if_t< detail::is_timing_type_v<TTiming>, bool> = false>