coveo::linq
Implementation of .NET-like LINQ operators in C++
enumerable.h
Go to the documentation of this file.
1 /**
2  * @file
3  * @brief Forward header for <tt>coveo/seq/enumerable.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_ENUMERABLE_FWD_H
10 #define COVEO_ENUMERABLE_FWD_H
11 
12 #include <coveo/seq/enumerable.h>
13 
14 #endif // COVEO_ENUMERABLE_FWD_H