| coan
    6.0.1
    A C/C++ Configuration Analyzer | 
#include "traits.h"Go to the source code of this file.
| Functions | |
| template<class CharSeq > | |
| unsigned | eol (CharSeq const &seq, size_t off) | 
| Test for a newline-sequence at an offset in a character sequence.  More... | |
This file defines free template function eol. 
Definition in file eol.h.
| unsigned eol | ( | CharSeq const & | seq, | 
| size_t | off | ||
| ) | 
Test for a newline-sequence at an offset in a character sequence.
| CharSeq | A random access character sequence type | 
| seq | A CharSeq | 
| off | Offset in seqat which to test for a newline-sequence |