|
stdex
Additional custom or not Standard C++ covered algorithms
|
Maps index in source string to index in destination string. More...
#include <stdex/mapping.hpp>
Public Member Functions | |
| mapping (T x) | |
| mapping (T _from, T _to) | |
Public Attributes | |
| T | from |
| T | to |
Friends | |
| bool | operator== (stdex::mapping< T > const &a, stdex::mapping< T > const &b) noexcept |
| bool | operator!= (stdex::mapping< T > const &a, stdex::mapping< T > const &b) noexcept |
Maps index in source string to index in destination string.