https://github.com/nholthaus/qttraits
A single-file, header only library of useful type traits for Qt classes
https://github.com/nholthaus/qttraits
cpp cpp14 qt qt5 type-checking
Last synced: 7 months ago
JSON representation
A single-file, header only library of useful type traits for Qt classes
- Host: GitHub
- URL: https://github.com/nholthaus/qttraits
- Owner: nholthaus
- License: mit
- Created: 2017-08-10T15:09:32.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-10T20:21:55.000Z (about 8 years ago)
- Last Synced: 2025-01-22T00:43:48.476Z (9 months ago)
- Topics: cpp, cpp14, qt, qt5, type-checking
- Language: CMake
- Homepage:
- Size: 1.43 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# qtTraits
Useful type traits for Qt classes[](https://ci.appveyor.com/project/nholthaus/qtTraits)     
## Traits
- `is_qenum`: determines whether a type is a `Q_ENUM`.