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: 2 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-10T20:21:55.000Z (almost 9 years ago)
- Last Synced: 2025-03-15T10:09:41.666Z (over 1 year ago)
- Topics: cpp, cpp14, qt, qt5, type-checking
- Language: CMake
- Homepage:
- Size: 1.43 MB
- Stars: 0
- Watchers: 1
- 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`.