Kanzi 4.0.0-beta2
utility.hpp File Reference
#include "platform.hpp"
#include <utility>
#include "type_traits.hpp"

Namespaces

namespace  kanzi
 

Functions

template<class Enum >
constexpr enable_if< is_enum< Enum >::value, underlying_type_t< Enum > >::type kanzi::to_underlying (Enum e) noexcept