You can use lightquery via its many aliases, such as :
µlqlQuerylightQueryLightQuery
| #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; |