class QPanda::QubitPoolFactoryHelper

Qubit Pool Factory helper Provide QubitPoolFactory class registration interface for the outside.

#include <QubitPoolFactory.h>

class QubitPoolFactoryHelper
{
public:
    // construction

    QubitPoolFactoryHelper(
        std::string,
        size_constructor_t
        );
};