JSON
3.2.1
Parser and builder for JSON in C++20
Loading...
Searching...
No Matches
Public Types
|
Public Member Functions
|
List of all members
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:
src/
JsonObject.cpp
PrefixIncrement
Generated by
1.12.0