template struct cvflann::anyimpl::choose_policy<signed short>

#include <any.h>

template <>
struct choose_policy<signed short>
{
    // typedefs

    typedef small_any_policy<signed short> type;
};