BoosterSeat  0.1
A C++ library that includes common utilities that are used in other projects.
template_tools.hpp File Reference
#include <type_traits>
Include dependency graph for template_tools.hpp:
This graph shows which files directly or indirectly include this file:

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...