Constructor.
template< std::size_t M> constexpr basic_static_string( const basic_static_string< M, CharT, Traits >& other, size_type pos);
Construct with a substring (pos, other.size()) of other.
other