class QPanda::QubitFactoryHelper

Qubit Factory helper Provide QubitFactory class registration interface for the outside.

#include <QubitFactory.h>

class QubitFactoryHelper
{
public:
    // construction

    QubitFactoryHelper(
        std::string,
        constructor_t
        );
};