|  | Home | Libraries | People | FAQ | More | 
boost::algorithm::find_tail — Find tail algorithm.
// In header: <boost/algorithm/string/find.hpp> template<typename RangeT> iterator_range< typename range_iterator< RangeT >::type > find_tail(RangeT & Input, int N);
Get the tail of the input. Tail is a suffix of the string of the given size. If the input is shorter then required, whole input is considered to be the tail.
| ![[Note]](../../../../doc/src/images/note.png) | Note | 
|---|---|
| This function provides the strong exception-safety guarantee | 
| Parameters: | 
 | ||||
| Returns: | An  |