An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# qtTraits
Useful type traits for Qt classes

[![Windows build](https://ci.appveyor.com/api/projects/status/github/nholthaus/qtTraits?svg=true&branch=master)](https://ci.appveyor.com/project/nholthaus/qtTraits) ![license](https://img.shields.io/badge/license-MIT-orange.svg) ![copyright](https://img.shields.io/badge/%C2%A9-Nic_Holthaus-orange.svg) ![language](https://img.shields.io/badge/language-c++-blue.svg) ![c++](https://img.shields.io/badge/std-c++14-blue.svg) ![Qt](https://img.shields.io/badge/Qt-5.9-blue.svg)
![msvc2017](https://img.shields.io/badge/MSVC-2017-ff69b4.svg)

## Traits

- `is_qenum`: determines whether a type is a `Q_ENUM`.