|
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
|
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 |