You can use lightquery via its many aliases, such as :
µlqlQuerylightQueryLightQuery
| #pragma once | |
| #include <functional> | |
| #include <unordered_map> | |
| #include <string> | |
| #include <mutex> | |
| #include <sstream> | |
| #include <locale> | |
| #include <cstdlib> | |
| #include <algorithm> |
| #ifndef LINQ_ISLINQCOMPATIBLE_H | |
| #define LINQ_ISLINQCOMPATIBLE_H | |
| #include <type_traits> | |
| #include "../utils/sfinae/type_exists.h" | |
| namespace linq{ | |
| namespace types{ | |
| using namespace linq::utils::sfinae; | |
| using std::enable_if; |