PDA

View Full Version : Does Qt have a numeric_limits<T>::max analog?



MattPhillips
16th January 2011, 01:21
Hi,

I'm trying to go all-Qt on a new project and so I'd like to do without any STL includes. I want to use numeric_limits<double>::max() for something though, I looked but I couldn't find an equivalent in Qt. Does Qt in fact have something like this?

Matt