Callable Traits Versions Save

modern C++ type traits and metafunctions for callable types

2.3.3

3 years ago

2.3.2

5 years ago
  • fix is_invocable for param-less lambdas
  • fix is_invocable_r for void returns
  • improve test coverage and CI

2.3.1

6 years ago
  • allow top-level cv/ref on qualified_class_of
  • fix bug for abominable function types with varargs
  • update documentation

2.3.0

6 years ago
  • improve test coverage
  • allow pointers with top-level cv/ref on args, return_type, class_of, function_type, has_*, is_* (minus is_invocable*)
  • allow function objects in volatile-qualified reference wrapper

2.2.1

6 years ago
  • is_invocable returns false for abominable function types, rather than erroring
  • function object references now supported
  • better CI
  • fixed links in documentation