template struct cv::ParamType<String>

#include <core.hpp>

template <>
struct ParamType<String>
{
    // typedefs

    typedef const String& const_param_type;
    typedef String member_type;

    // enums

    enum
    {
        type = Param::STRING,
    };
};