CLI11  1.9.0
Static Public Attributes | List of all members
CLI::detail::classify_object< T, typename std::enable_if< std::is_integral< T >::value &&std::is_unsigned< T >::value &&!is_bool< T >::value >::type > Struct Template Reference

Unsigned integers. More...

#include <TypeTools.hpp>

Static Public Attributes

static constexpr object_category value {object_category::unsigned_integral}
 

Detailed Description

template<typename T>
struct CLI::detail::classify_object< T, typename std::enable_if< std::is_integral< T >::value &&std::is_unsigned< T >::value &&!is_bool< T >::value >::type >

Unsigned integers.

Member Data Documentation

◆ value

template<typename T >
constexpr object_category CLI::detail::classify_object< T, typename std::enable_if< std::is_integral< T >::value &&std::is_unsigned< T >::value &&!is_bool< T >::value >::type >::value {object_category::unsigned_integral}
staticconstexpr

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