JSON 3.2.1
Parser and builder for JSON in C++20
Loading...
Searching...
No Matches
PrefixIncrement< T > Struct Template Reference

Public Types

using ResultType = decltype(++std::declval<T&>())
 

Public Member Functions

constexpr ResultType operator() (T &value) const noexcept(noexcept(++value))
 

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