String to array conversion functions
authorChristian Blau <cblau.mail@gmail.com>
Fri, 4 Sep 2020 11:59:43 +0000 (11:59 +0000)
committerMagnus Lundborg <magnus.lundborg@scilifelab.se>
Fri, 4 Sep 2020 11:59:43 +0000 (11:59 +0000)
commit87da3be1e1f6b7db4c2aca0696831f0a3f7c64d3
tree7340102caac84ab5973668d7159a3e0596f3f057
parent3216aceb2944d2ecba1d9196196f2cc49c0fc563
String to array conversion functions

Introduce and test a function that allows to convert a string into
a fixed-size array of arbitrary ElementType.
src/gromacs/utility/strconvert.h
src/gromacs/utility/tests/CMakeLists.txt
src/gromacs/utility/tests/strconvert.cpp [new file with mode: 0644]