https://github.com/schaumb/is_lambda-cpp-type-trait
This repo use compiler specific infos for is_lambda type trait. Depends on https://github.com/Neargye/nameof another header only lib or boost::typeindex
https://github.com/schaumb/is_lambda-cpp-type-trait
c-plus-plus c-plus-plus-17 cplusplus cplusplus-17 cpp cpp17 cpp17-library header-only metaprogramming single-file
Last synced: 11 months ago
JSON representation
This repo use compiler specific infos for is_lambda type trait. Depends on https://github.com/Neargye/nameof another header only lib or boost::typeindex
- Host: GitHub
- URL: https://github.com/schaumb/is_lambda-cpp-type-trait
- Owner: schaumb
- License: gpl-3.0
- Created: 2020-01-13T21:19:47.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-13T15:29:31.000Z (over 5 years ago)
- Last Synced: 2024-12-30T21:17:45.721Z (about 1 year ago)
- Topics: c-plus-plus, c-plus-plus-17, cplusplus, cplusplus-17, cpp, cpp17, cpp17-library, header-only, metaprogramming, single-file
- Language: C++
- Homepage:
- Size: 24.4 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# is_lambda-cpp-type-trait
This repo use compiler specific infos for is_lambda type trait. Depends on https://github.com/Neargye/nameof another header only lib or boost::typeindex