WPILibC++ 2025.1.1
|
Enumerations | |
enum class | chars_format { scientific = 0xf1 , fixed = 0xf2 , hex = 0xf4 , binary = 0xf8 , general = fixed | scientific } |
Functions | |
template<typename T > | |
std::string | repr (T const &val) |
template<class F , class Tuple , class Extra , std::size_t... I> | |
constexpr decltype(auto) | apply_plus_one_impl (F &&f, Tuple &&t, Extra &&x, std::index_sequence< I... >) |
template<class F , class Tuple , class Extra > | |
constexpr decltype(auto) | apply_plus_one (F &&f, Tuple &&t, Extra &&x) |
constexpr auto | pointer_range (std::string_view s) noexcept |
template<class CharT , class Traits > | |
constexpr bool | starts_with (std::basic_string_view< CharT, Traits > prefix, std::basic_string_view< CharT, Traits > s) noexcept |
constexpr auto | consume_binary_prefix (std::string_view s) -> ConsumeBinaryPrefixResult |
constexpr auto | consume_hex_prefix (std::string_view s) -> ConsumeHexPrefixResult |
template<class T , auto Param> | |
auto | do_from_chars (std::string_view s) -> T |
template<class T > | |
auto | do_strtod (std::string const &s) -> T |
template<typename StrIt > | |
std::string | join (StrIt first, StrIt last, const std::string &separator) |
template<typename StringType > | |
std::size_t | get_levenshtein_distance (const StringType &s1, const StringType &s2) |
template<typename ValueType > | |
std::string | get_most_similar_string (const std::map< std::string, ValueType > &map, const std::string &input) |
Variables | |
template<typename T > | |
constexpr bool | IsContainer = HasContainerTraits<T>::value |
template<typename T > | |
constexpr bool | IsStreamable = HasStreamableTraits<T>::value |
constexpr std::size_t | repr_max_container_size = 5 |
constexpr int | radix_2 = 2 |
constexpr int | radix_8 = 8 |
constexpr int | radix_10 = 10 |
constexpr int | radix_16 = 16 |
template<typename T > | |
constexpr bool | standard_integer |
|
strong |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
inline |
|
inline |
std::size_t wpi::details::get_levenshtein_distance | ( | const StringType & | s1, |
const StringType & | s2 ) |
std::string wpi::details::get_most_similar_string | ( | const std::map< std::string, ValueType > & | map, |
const std::string & | input ) |
std::string wpi::details::join | ( | StrIt | first, |
StrIt | last, | ||
const std::string & | separator ) |
|
constexprnoexcept |
std::string wpi::details::repr | ( | T const & | val | ) |
|
constexprnoexcept |
|
inlineconstexpr |
|
inlineconstexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |