stdex
Additional custom or not Standard C++ covered algorithms
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Friends | List of all members
stdex::mapping< T > Struct Template Reference

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

from
 
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
 

Detailed Description

template<class T>
struct stdex::mapping< T >

Maps index in source string to index in destination string.


The documentation for this struct was generated from the following file: