Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
Code snippets that let you check something. For example, if you can convert a data type to another.
- AllAboutEqual, check if all doubles in a std::vector are about equal
- AnsiIsDouble, check if AnsiString can be converted to double
- AnsiIsInt, check if AnsiString can be converted to integer
- Assert
- Check if a container is sorted, IsSorted
- Check if all doubles in a std::vector are about equal, AllAboutEqual
- CanCast, check if std::string can be converted to any data type
- CanLexicalCast, check if std::string can be converted to any data type
- Check if AnsiString can be converted to double, AnsiIsDouble
- Check if AnsiString can be converted to integer, AnsiIsInt
- Check if hexadecimal std::string can be converted to integer
- Check if std::string can be converted to any data type, CanCast
- Check if std::string can be converted to any data type, CanLexicalCast
- Check if std::string can be converted to double, IsDouble
- Check if std::string can be converted to integer, IsInt
- Check if WideString can be converted to double, WideIsDouble
- Check if WideString can be converted to integer, WideIsInt
- GetMaxDouble, get the maximal double value
- GetMaxInt, get the maximal integer value
- GetMaxLong, get the maximal long value
- IsDouble, check if std::string can be converted to double
- IsInt, check if std::string can be converted to integer
- IsSorted, check if a container is sorted
- WideIsDouble, check if WideString can be converted to double
- WideIsInt, check if WideString can be converted to integer
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.
