|
🛰️航天仿真算法库 SpaceAST 0.0.1
|
静态 Public 成员函数 | |
| template<typename U > | |
| static auto | test (int) -> decltype(std::declval< U >() - std::declval< U >(), std::true_type()) |
| template<typename U > | |
| static std::false_type | test (...) |
静态 Public 属性 | |
| static constexpr bool | value = decltype(test<T>(0))::value |