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
docwire::detail::with_source_location< T > Struct Template Reference

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

value
 
source_location location
 

Detailed Description

template<typename T>
struct docwire::detail::with_source_location< T >

Helper struct to capture the source location of a call site. This is implicitly constructed from a value of type T.

Template Parameters
TThe type of the value being wrapped.

Definition at line 25 of file with_source_location.h.


The documentation for this struct was generated from the following file: