WPILibC++ 2025.1.1
|
#include <wpi/argparse.h>
Static Public Member Functions | |
template<typename U > | |
static auto | test (int) -> decltype(std::to_string(std::declval< U >()), std::true_type{}) |
template<typename U > | |
static auto | test (...) -> std::false_type |
Static Public Attributes | |
static constexpr bool | value = decltype(test<T>(0))::value |
|
static |
|
static |
|
staticconstexpr |