coveo::linq
Implementation of .NET-like LINQ operators in C++
linq.h
Go to the documentation of this file.
1 /**
2  * @file
3  * @brief Forward header for <tt>coveo/linq/linq.h</tt>.
4  *
5  * @copyright 2016-2019, Coveo Solutions Inc.
6  * Distributed under the Apache License, Version 2.0 (see <a href="https://github.com/coveo/linq/blob/master/LICENSE">LICENSE</a>).
7  */
8 
9 #ifndef COVEO_LINQ_FWD_H
10 #define COVEO_LINQ_FWD_H
11 
12 #include <coveo/linq/linq.h>
13 
14 #endif // COVEO_LINQ_FWD_H