tinympl  0.2
mini MPL library for C++11
tinympl::basic_string< T, chars >::replace< pos, count, Str > Class Template Reference

Return a new string constructed by replacing count characters starting at pos with the string Str. More...

#include <tinympl/string.hpp>

Detailed Description

template<class T, T... chars>
template<std::size_t pos, std::size_t count, class Str>
class tinympl::basic_string< T, chars >::replace< pos, count, Str >

Return a new string constructed by replacing count characters starting at pos with the string Str.

See also
replace_c

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