ELC in dev
ELC-lang
|
Public 类型 | |
typedef reverse_base_t< base_t_w, value_t > | this_t |
typedef remove_cv< base_t_w > | base_t_rw |
Public 成员函数 | |
template<typename build_base_t_T > requires (construct<base_t_rw>.able<build_base_t_T>) | |
constexpr | reverse_base_t (build_base_t_T &&a) noexcept(construct< base_t_rw >.nothrow< build_base_t_T >) |
constexpr | reverse_base_t (const this_t &a) noexcept(construct< base_t_rw >.nothrow< const base_t_rw & >) |
constexpr | reverse_base_t (this_t &&a) noexcept(construct< base_t_rw >.nothrow< base_t_rw && >) |
constexpr this_t & | operator= (const this_t &a) &noexcept |
constexpr this_t & | operator= (this_t &&a) &noexcept |
constexpr auto | operator== (const this_t &a) const noexcept |
constexpr auto | operator<=> (const this_t &a) const noexcept |
auto | get_before () noexcept(is_get_before_noexcept()) |
auto | get_next () noexcept(is_get_next_noexcept()) |
auto | get_handle () noexcept(is_get_handle_noexcept()) |
decltype(auto) | get_value () noexcept(is_get_value_noexcept()) |
静态 Public 成员函数 | |
static constexpr bool | is_get_before_noexcept () noexcept |
static constexpr bool | is_get_next_noexcept () noexcept |
static constexpr bool | is_able_to_get_handle () noexcept |
static constexpr bool | is_get_handle_noexcept () noexcept |
static constexpr bool | is_able_to_get_value () noexcept |
static constexpr bool | is_get_value_noexcept () noexcept |
Public 属性 | |
base_t_rw | _m |
静态 Public 属性 | |
static constexpr bool | is_pointer =::std::is_pointer_v<base_t_w> |
在文件 all_defs.cpp 第 10325 行定义.
typedef remove_cv<base_t_w> elc::defs::base::iterator_n::reverse_base_t< base_t_w, value_t >::base_t_rw |
在文件 all_defs.cpp 第 10327 行定义.
typedef reverse_base_t<base_t_w,value_t> elc::defs::base::iterator_n::reverse_base_t< base_t_w, value_t >::this_t |
在文件 all_defs.cpp 第 10326 行定义.
|
inlineconstexprnoexcept |
在文件 all_defs.cpp 第 10330 行定义.
|
inlineconstexprnoexcept |
在文件 all_defs.cpp 第 10331 行定义.
|
inlineconstexprnoexcept |
在文件 all_defs.cpp 第 10332 行定义.
|
inlinenoexcept |
在文件 all_defs.cpp 第 10387 行定义.
|
inlinenoexcept |
在文件 all_defs.cpp 第 10397 行定义.
|
inlinenoexcept |
在文件 all_defs.cpp 第 10392 行定义.
|
inlinenoexcept |
在文件 all_defs.cpp 第 10402 行定义.
|
inlinestaticconstexprnoexcept |
|
inlinestaticconstexprnoexcept |
在文件 all_defs.cpp 第 10364 行定义.
|
inlinestaticconstexprnoexcept |
在文件 all_defs.cpp 第 10340 行定义.
|
inlinestaticconstexprnoexcept |
在文件 all_defs.cpp 第 10356 行定义.
|
inlinestaticconstexprnoexcept |
在文件 all_defs.cpp 第 10345 行定义.
|
inlinestaticconstexprnoexcept |
在文件 all_defs.cpp 第 10374 行定义.
|
inlineconstexprnoexcept |
在文件 all_defs.cpp 第 10336 行定义.
|
inlineconstexprnoexcept |
在文件 all_defs.cpp 第 10333 行定义.
|
inlineconstexprnoexcept |
在文件 all_defs.cpp 第 10334 行定义.
|
inlineconstexprnoexcept |
在文件 all_defs.cpp 第 10335 行定义.
base_t_rw elc::defs::base::iterator_n::reverse_base_t< base_t_w, value_t >::_m |
在文件 all_defs.cpp 第 10328 行定义.
|
staticconstexpr |
在文件 all_defs.cpp 第 10338 行定义.