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

Utilities for named parameters. More...

Classes

struct  value
 A named value wrapper. More...
 
struct  variable
 A helper to create named values using assignment syntax. More...
 

Functions

template<size_t I, typename T >
constexpr decltype(auto) get (value< T > &v) noexcept
 
template<size_t I, typename T >
constexpr decltype(auto) get (const value< T > &v) noexcept
 
template<size_t I, typename T >
constexpr decltype(auto) get (value< T > &&v) noexcept
 
constexpr variable operator""_v (const char *str, size_t len) noexcept
 

Detailed Description

Utilities for named parameters.