template <typename Container, typename OutChar = uint8_t, bool NewlineToCrLf = true>

class CharsFrom

Defined at line 21 of file ../../zircon/system/ulib/uart/include/lib/uart/chars-from.h

Container/view wrapper, turns a container or view of Char-like into a view

(forward-iterable only) of Char. Container::value_type is converted to

OutChar. If NewlineToCrLf is true, then '

' elements read as '

'

followed by '

'.

Public Methods

void CharsFrom<Container, OutChar, NewlineToCrLf> (const Container & container)

Defined at line 86 of file ../../zircon/system/ulib/uart/include/lib/uart/chars-from.h

iterator begin ()

Defined at line 88 of file ../../zircon/system/ulib/uart/include/lib/uart/chars-from.h

iterator end ()

Defined at line 90 of file ../../zircon/system/ulib/uart/include/lib/uart/chars-from.h

Records