Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 474 Bytes

Implementation.md

File metadata and controls

10 lines (7 loc) · 474 Bytes

⬆️ Up

Implementation

The implementation of the library in C++, especially the way C++11 allows to define the abstract concepts and to take advantage of the zero-overhead compile-time polymorphism is explained in this section. Furthermore, it is described how the abstraction can be mapped to real devices.

  1. Library Interface
  2. Mapping onto Specific Hardware Architectures