summaryrefslogtreecommitdiff
path: root/src/memoryview.hh
AgeCommit message (Collapse)Author
2012-10-20memoryview: include cstddef for size_tMaxime Coste
2012-04-14replace std::string references with StringMaxime Coste
2012-02-13support memoryview construction from iteratorsMaxime Coste
2012-02-03add a memoryview classMaxime Coste
memoryview is a non owning typed view over a memory range, usefull to pass arrays as parameters without data copying.