template struct mrpt::uint_select_by_bytecount<2>

#include <mrpt/core/integer_select.h>

template <>
struct uint_select_by_bytecount<2>
{
    // typedefs

    typedef uint16_t type;
};