class QPanda::QResultFactoryHelper

QResult Factory helper Provide QResultFactory class registration interface for the outside.

#include <QResultFactory.h>

class QResultFactoryHelper
{
public:
    // construction

    QResultFactoryHelper(
        std::string,
        constructor_t _Constructor
        );
};