Definition in file underlying_value.hpp.
Go to the source code of this file.
#include <type_traits>
This graph shows which files directly or indirectly include this file:Namespaces | |
| namespace | utils |
| General-purpose utilities used across userver libraries. | |
Functions | |
| template<class T> requires std::is_enum_v<T> | |
| constexpr auto | utils::UnderlyingValue (T v) noexcept |
| Function that extracts integral value from enum or StrongTypedef. | |