We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
My template functor skills are still growing....I cannot seem to implement this.. can you tell me how to call a class constructor as my function
class MyClass{ MyClass(string mystring, bool mybool); }
Then it does a bunch of maths, and permutations so I want to timeit ;)
ctimeit::timeit<MyClass,string,int>( MyClass::MyClass, "my string", true );
But that fails, and the debugger, nor other tools seem to elucidate how I can actually implement this. Any help would be appreciated.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
My template functor skills are still growing....I cannot seem to implement this.. can you tell me how to call a class constructor as my function
Then it does a bunch of maths, and permutations so I want to timeit ;)
But that fails, and the debugger, nor other tools seem to elucidate how I can actually implement this.
Any help would be appreciated.
The text was updated successfully, but these errors were encountered: