13 #ifndef TINYMPL_SHORT_HPP
14 #define TINYMPL_SHORT_HPP
16 #include <type_traits>
22 template<
short i>
using short_ = std::integral_constant<short,i>;
26 #endif // TINYMPL_SHORT_HPP
std::integral_constant< short, i > short_
Definition: short.hpp:22