cli11
Loading...
Searching...
No Matches
Concepts
Here is a list of all documented concepts with brief descriptions:
 Ncli
 Nadl_detail
 Rlexical_castableMatches types with a lexical_cast overload findable by ADL
 Ndetail
 Rboolean_value_likeMatches types classified as a boolean
 Rchar_value_likeMatches types classified as a single character
 Rcomplex_likeMatches complex-number-like types, by their accessors
 Rcomplex_number_likeMatches types classified as a complex number
 Rcontainer_value_likeMatches types classified as a container
 Rdirect_constructibleMatches types brace-constructible from C without narrowing
 Rdouble_constructible_likeMatches types constructible from double only
 Renumeration_likeMatches types classified as an enumeration
 Rfloating_point_likeMatches types classified as floating point
 Rhas_findMatches containers offering their own find
 Rinteger_constructible_likeMatches types constructible from int only
 Rintegral_value_likeMatches types classified as a signed integer
 RistreamableMatches types that can be read from an input stream
 Rmutable_containerMatches containers that can be cleared and inserted into
 Rnarrow_string_guardExcludes narrow-string conversions when classifying wide strings
 Rnumber_constructible_likeMatches types constructible from either int or double
 RostreamableMatches types that can be written to an output stream
 Rother_likeMatches types that fell through every other classification
 Rpair_valuedMatches containers whose elements are pair-like
 Rplain_objectMatches types with no string conversion and no stream insertion
 Rreadable_containerMatches anything that can be iterated over
 Rstring_assignable_likeMatches types assignable from std::string
 Rstring_buildableMatches types a std::string can be constructed from
 Rstring_constructible_likeMatches types constructible from std::string
 Rstring_convertibleMatches types implicitly convertible to std::string
 Rstring_like_categoryMatches the four string-like categories as a group
 Rtext_likeMatches every string-like category, plus object_category_t::other
 Rtuple_likeMatches types usable with std::tuple_size, excluding complex numbers
 Rtuple_value_likeMatches types classified as a tuple
 RuncommonMatches types none of the ordinary categories claim
 Runsigned_integral_likeMatches types classified as an unsigned integer
 Rwide_string_guardExcludes wide-string conversions when classifying narrow strings
 Rwrapper_likeMatches types with a nested value_type, such as std::optional
 Rwrapper_value_likeMatches types classified as a wrapper around a nested type
 Rwstring_assignable_likeMatches types assignable from std::wstring
 Rwstring_constructible_likeMatches types constructible from std::wstring
 Rbool_likeMatches exactly bool, excluding types merely convertible to it
 Rshared_ptr_likeMatches std::shared_ptr, with or without top-level const
 Rcopyable_ptrMatches pointer-like types that can be copied freely