AAO DRAMA C++ Interface (Old style)
DRAMA C++, Depreciated, don't use for new code

◆ String() [3/8]

GitTpl::String::String ( const std::string &  str,
size_type  pos,
size_type  n = std::string::npos 
)
inline

Create a Git::String from a std::string, initialised from s starting at index pos, maximum characters = n.


Parameters
strSource string.
posIndex of first character to copy from.
nNumber of characters to copy (default remainder).