template struct mrpt::int_select_by_bytecount<2>

#include <mrpt/core/integer_select.h>

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

    typedef int16_t type;
};