sisi4s
Loading...
Searching...
No Matches
CLI::detail::is_complex< T > Class Template Reference

Check for complex. More...

#include <CLI11.hpp>

Collaboration diagram for CLI::detail::is_complex< T >:

Static Public Attributes

static constexpr bool value = decltype(test<T>(0))::value
 

Detailed Description

template<typename T>
class CLI::detail::is_complex< T >

Check for complex.

Member Data Documentation

◆ value

template<typename T >
constexpr bool CLI::detail::is_complex< T >::value = decltype(test<T>(0))::value
staticconstexpr

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