struct openvino::cc::Factory::Factory<Key, T(Args…)>

template <typename K>
struct Factory<Key, T(Args...)>
{
    // methods

    std::size_t operator () (K t) const;
};