ELC in dev
ELC-lang
|
Public 成员函数 | |
arec_t (string_t *to, size_t index) noexcept | |
arec_t (special_init_t, const arec_t &ref) noexcept | |
operator char_T () const &&noexcept | |
arec_t && | operator= (char_T a) &&noexcept |
arec_t && | operator= (const arec_t &&ch) &&noexcept |
char_T * | operator& () &&noexcept |
const char_T * | operator& () const &&noexcept |
友元 | |
class | string_t |
template<class text_ostream_T > requires (type_info<text_ostream_T>.base_on<text_ostream_t<char_T>>) | |
auto & | operator<< (text_ostream_T &os, arec_t &&ch) noexcept(noexcept_text_ostream_class< text_ostream_T >) |
template<class text_istream_T > requires (type_info<text_istream_T>.base_on<text_istream_t<char_T>>) | |
auto & | operator>> (text_istream_T &is, arec_t &&ch) noexcept(noexcept_text_istream_class< text_istream_T >) |
在文件 all_defs.cpp 第 38882 行定义.
|
inlinenoexcept |
在文件 all_defs.cpp 第 38888 行定义.
|
inlinenoexcept |
在文件 all_defs.cpp 第 38889 行定义.
|
inlinenoexcept |
|
inlinenoexcept |
在文件 all_defs.cpp 第 38900 行定义.
|
inlinenoexcept |
在文件 all_defs.cpp 第 38901 行定义.
|
inlinenoexcept |
在文件 all_defs.cpp 第 38891 行定义.
|
inlinenoexcept |
|
friend |
|
friend |