Template:cpp/types/dsc INTMAX C
From cppreference.com
|- class="t-dsc"
|INTMAX_C
| expands to an integer constant expression having the value specified by its argument and the type std::intmax_t
(function macro)
|-