template struct cvflann::anyimpl::choose_policy<T*>

#include <any.h>

template <typename T>
struct choose_policy<T*>
{
    // typedefs

    typedef small_any_policy<T*> type;
};