Skip to content
New issue

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

Consider adding a way to retrieve parameter list without the class type #133

Open
ldionne opened this issue Apr 17, 2017 · 1 comment
Open

Comments

@ldionne
Copy link
Member

ldionne commented Apr 17, 2017

Opened to track comment in https://lists.boost.org/Archives/boost/2017/04/234374.php:

I've a feeling that it might also be useful to provide an extractor that, for member pointers, returns just the arguments without the class.

Right now, args_t<void(foo::*)(float, char)> is std::tuple<foo&, float, char>. It might be useful to provide a way of retrieving the argument list without the type of *this, such that one would get std::tuple<float, char>.

@PrakashChoure2002
Copy link

hii
This is my first time contributing this project .
can you guide me and should i take this project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants