#include "PLibraries.h"
Go to the source code of this file.
Classes | |
| class | PUtilities |
Defines | |
| #define | isNAN(x) !((x) <= 0 || (x) > 0) |
| #define | ends_with(str, x) |
| #define ends_with | ( | str, | |||
| x | ) |
Value:
(string(str).find(string(x)) != string::npos && \
string(str).find(string(x)) == string(str).length() - \
string(x).length())
| #define isNAN | ( | x | ) | !((x) <= 0 || (x) > 0) |
1.5.1