[#absl-MakeStatusRepImpl] = xref:absl.adoc[absl]::MakeStatusRepImpl :relfileprefix: ../ :mrdocs: Builds a status representation from an inlined rep and a message. == Synopsis Declared in `<absl/status/status.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- uintptr_t MakeStatusRepImpl( uintptr_t inlined_rep, StringOrView msg, xref:absl/SourceLocation.adoc[absl::SourceLocation] loc); ---- == Return Value The representation for the resulting status. == Parameters [cols="1,4"] |=== | Name| Description | *inlined_rep* | The inlined representation carrying the error code. | *msg* | The error message. | *loc* | The source location of the callsite. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#