throwpy::key_error("Failed to convert parameter type "+name+", this issue may come from typeid function which gave an unknown key : ["+paramType+"]. Please open an issue asking to add the support for this key.");
throwpy::key_error("Failed to convert parameter type "+name+", this issue may come from typeid function which gave an unknown key : ["+paramType.name()+"]. Please open an issue asking to add the support for this key.");
}
returnres;
};
#endif
private:
std::map<std::string,std::size_t>mParams;// { Param name : offset }
///\brief All raw pointers to parameters values concatenated. Use custom any class compatible with C++14.