DecimalLimitError.d.hpp (565B)
1 #ifndef icu4x_DecimalLimitError_D_HPP 2 #define icu4x_DecimalLimitError_D_HPP 3 4 #include <stdio.h> 5 #include <stdint.h> 6 #include <stddef.h> 7 #include <stdbool.h> 8 #include <memory> 9 #include <functional> 10 #include <optional> 11 #include <cstdlib> 12 #include "../diplomat_runtime.hpp" 13 14 15 namespace icu4x { 16 namespace capi { 17 18 } // namespace capi 19 } // namespace 20 21 22 namespace icu4x { 23 /** 24 * Additional information: [1](https://docs.rs/fixed_decimal/latest/fixed_decimal/struct.LimitError.html) 25 */ 26 struct DecimalLimitError { 27 28 }; 29 30 } // namespace 31 #endif // icu4x_DecimalLimitError_D_HPP