Maps vector of keys and vector of values in a single entity. More...
#include <interp1D_util.hpp>
Public Member Functions | |
| map2Vectors (KeyVec const &k, ValueVec const &v) | |
| const_iterator | cbegin () const noexcept |
| const_iterator | cend () const noexcept |
Public Attributes | |
| KeyVec const & | keys |
| ValueVec const & | values |
Maps vector of keys and vector of values in a single entity.