#include <utility>#include <climits>#include <limits>#include <cstdlib>Go to the source code of this file.
Namespaces | |
| flashmatch | |
Variables | |
| const double | flashmatch::kINVALID_DOUBLE = std::numeric_limits<double>::max() |
| Utility: invalid value for double. More... | |
| const int | flashmatch::kINVALID_INT = std::numeric_limits<int>::max() |
| Utility: invalid value for int. More... | |
| const size_t | flashmatch::kINVALID_SIZE = std::numeric_limits<size_t>::max() |
| Utility: invalid value for size. More... | |
1.8.5