BoosterSeat
0.1
A C++ library that includes common utilities that are used in other projects.
|
#include <type_traits>
Go to the source code of this file.
Namespaces | |
bst | |
bst::template_tools | |
Functions | |
template<typename E > | |
constexpr auto | bst::template_tools::to_underlying (E e) noexcept |
Converts an enum class to its underlying type. More... | |