MCPcopy Create free account
hub / github.com/ElementsProject/elements / u

Function u

src/bench/nanobench.h:2824–2826  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2822namespace detail {
2823template <typename T>
2824inline constexpr typename std::underlying_type<T>::type u(T val) noexcept {
2825 return static_cast<typename std::underlying_type<T>::type>(val);
2826}
2827} // namespace detail
2828
2829// Result returned after a benchmark has finished. Can be used as a baseline for relative().

Callers 13

bitcoin_nl.tsFile · 0.85
ResultMethod · 0.85
addMethod · 0.85
medianMethod · 0.85
averageMethod · 0.85
sumMethod · 0.85
sumProductMethod · 0.85
hasMethod · 0.85
getMethod · 0.85
sizeMethod · 0.85
minimumMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected