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

Add capability of defining member property getter/setters as functors (lambdas) #14

Merged
merged 2 commits into from
Jan 31, 2024

Conversation

cgnx-gdobra
Copy link

No description provided.

@@ -72,15 +72,18 @@ namespace detail
struct is_functor_impl<T, member_function_holder<&helper_composed<T>::operator()> > : std::false_type
{};

template<typename T>
struct is_function_object : conditional_t<std::is_class<T>::value,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems unused

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed.

@cgnx-gdobra cgnx-gdobra force-pushed the feature/lambda-improvement branch from fa21dee to 24be2e0 Compare January 31, 2024 16:23
@cgnx-gdobra cgnx-gdobra merged commit aca8ad3 into lynx2 Jan 31, 2024
1 check failed
cgnx-zpal added a commit that referenced this pull request Aug 14, 2024
…vement

Add capability of defining member property getter/setters as functors (lambdas)
cgnx-zpal added a commit that referenced this pull request Aug 14, 2024
…etter_as_functor

Merge pull request #14 from CognexVisionSoftware/feature/lambda-impro…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants