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::named::variable Struct Reference

A helper to create named values using assignment syntax. More...

#include <named.h>

Public Member Functions

template<typename T >
constexpr auto operator= (T &&val) const noexcept(noexcept(value< std::decay_t< T >>{name, std::forward< T >(val)}))
 

Public Attributes

const std::string_view name
 

Detailed Description

A helper to create named values using assignment syntax.

Definition at line 59 of file named.h.


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