|
ELC in dev
ELC-lang
|
Public 成员函数 | |
| constexpr | code_convert_result (bool success, string_view_t< in_char_t > processed_input, string_view_t< out_char_t > processed_output) noexcept |
| constexpr bool | success () const noexcept |
| constexpr string_view_t< in_char_t > | processed_input () const noexcept |
| constexpr string_view_t< out_char_t > | processed_output () const noexcept |
| constexpr | operator bool () const noexcept |
Public 属性 | |
| bool | _success |
| string_view_t< in_char_t > | _processed_input |
| string_view_t< out_char_t > | _processed_output |
在文件 all_defs.cpp 第 17149 行定义.
|
inlineconstexprnoexcept |
在文件 all_defs.cpp 第 17154 行定义.
|
inlineexplicitconstexprnoexcept |
在文件 all_defs.cpp 第 17158 行定义.
|
inlineconstexprnoexcept |
在文件 all_defs.cpp 第 17156 行定义.
|
inlineconstexprnoexcept |
在文件 all_defs.cpp 第 17157 行定义.
|
inlineconstexprnoexcept |
在文件 all_defs.cpp 第 17155 行定义.
| string_view_t<in_char_t> elc::char_set::code_convert_result< in_char_t, out_char_t >::_processed_input |
在文件 all_defs.cpp 第 17151 行定义.
| string_view_t<out_char_t> elc::char_set::code_convert_result< in_char_t, out_char_t >::_processed_output |
在文件 all_defs.cpp 第 17152 行定义.
| bool elc::char_set::code_convert_result< in_char_t, out_char_t >::_success |
在文件 all_defs.cpp 第 17150 行定义.