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

◆ String() [7/8]

template<class InputIterator >
GitTpl::String::String ( InputIterator  beg,
InputIterator  end 
)
inline

Create a Git::String that is initialised by all characters from beg to end.

Parameters
begStart of range.
endEnd of range.