cli11
Loading...
Searching...
No Matches
cli::detail::integral_value_like Concept Referenceexport
module cli11

Matches types classified as a signed integer. More...

Concept definition

template<typename T>
Matches types classified as a signed integer.
Definition type_tools.cpp:966
@ integral_value
A signed integer.
Definition type_tools.cpp:738
constexpr object_category_t classify_object_v
Convenience accessor for classify_object.
Definition type_tools.cpp:952

Detailed Description

Matches types classified as a signed integer.