[#FlatFilePos-2constructor-0d] = xref:FlatFilePos.adoc[FlatFilePos]::FlatFilePos :relfileprefix: ../ :mrdocs: Constructors == Synopses Declared in `<flatfile.h>` Constructs a null position (file index ‐1, offset 0). [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:FlatFilePos/2constructor-022.adoc[FlatFilePos]() = default; ---- [.small]#xref:FlatFilePos/2constructor-022.adoc[_» more..._]# Constructs a position from a file index and byte offset. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:FlatFilePos/2constructor-02d.adoc[FlatFilePos]( int32_t nFileIn, uint32_t nPosIn); ---- [.small]#xref:FlatFilePos/2constructor-02d.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *nFileIn* | The flat file index. | *nPosIn* | The byte offset within the file. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#