[Documentation] [TitleIndex] [WordIndex

Compiling & Linking

Include the following at the top of any translation unit:

   1 #include <ecl/containers.hpp>
   2 
   3 // The container types
   4 using ecl::Array;
   5 using ecl::Stencil;
   6 using ecl::FiFo
   7 using ecl::PushAndPop;

Tutorials

Examples

See the programs in the src/test and src/examples subdirectories.


2024-06-22 13:09