|
DocWire SDK
DocWire SDK: Award-winning modern data processing in C++20. SourceForge Community Choice & Microsoft support. AI-driven processing. Supports nearly 100 data formats, including email boxes and OCR. Boost efficiency in text extraction, web data extraction, data mining, document analysis. Offline processing possible for security and confidentiality
|
Helper struct to capture the source location of a call site. This is implicitly constructed from a value of type T. More...
#include <with_source_location.h>
Public Member Functions | |
| constexpr | with_source_location (T val, const source_location &loc=source_location::current()) |
Public Attributes | |
| T | value |
| source_location | location |
Helper struct to capture the source location of a call site. This is implicitly constructed from a value of type T.
| T | The type of the value being wrapped. |
Definition at line 25 of file with_source_location.h.