class QPanda::CBitFactoryHelper

CBit factory helper Provide CBitFactory class registration interface for the outside.

#include <CBitFactory.h>

class CBitFactoryHelper
{
public:
    // construction

    CBitFactoryHelper(
        std::string,
        name_constructor_t
        );
};