![]() |
WPILibC++ 2027.0.0-alpha-4
|
#include <wpi/util/argparse.hpp>
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 |