[#DataStream-data-098] = xref:DataStream.adoc[DataStream]::data :relfileprefix: ../ :mrdocs: `data` overloads == Synopses Declared in `<streams.h>` Return a pointer to the first unread element. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:DataStream/value_type.adoc[value_type]* xref:DataStream/data-090.adoc[data](); ---- [.small]#xref:DataStream/data-090.adoc[_» more..._]# Return a const pointer to the first unread element. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:DataStream/value_type.adoc[value_type] const* xref:DataStream/data-0d.adoc[data]() const; ---- [.small]#xref:DataStream/data-0d.adoc[_» more..._]# == Return Value * A pointer to the first unread element. * A const pointer to the first unread element. [.small]#Created with https://www.mrdocs.com[MrDocs]#