theCore C++ embedded framework
|
Explodes substring into exploded_string
type.
More...
#include </home/travis/build/forGGe/theCore/lib/utils/export/ecl/utils.hpp>
Public Types | |
using | result = typename explode_chunk_impl< S, B, L - 1, S::str()[B+L - 1], c... >::result |
Explodes substring into exploded_string
type.
S | String advertiser with str() method that will return valid constexpr string. |
B | Index of begin of substring to be exploded. |
L | Length of substring to be exploded. |
using ecl::explode_chunk_impl< S, B, L, c >::result = typename explode_chunk_impl<S, B, L - 1, S::str()[B + L - 1], c...>::result |