◆ this_t
◆ base_binary_function_node() [1/3]
elc::defs::core::base_binary_function_node::base_binary_function_node |
( |
function_t< value(ptr)> |
func | ) |
|
|
inlinenoexcept |
◆ base_binary_function_node() [2/3]
elc::defs::core::base_binary_function_node::base_binary_function_node |
( |
function_t< void(ptr)> |
func | ) |
|
|
inlinenoexcept |
在文件 all_defs.cpp 第 33354 行定义.
33354 {
33358 };
33359 }
#define λ_with_catch(...)
constexpr T down_cast(U a) noexcept
向下转型至
decltype(auto) as_value(T &&a) noexcept(as_value_nothrow_helper< T >())
comn_ptr_t< node_like > ptr
◆ base_binary_function_node() [3/3]
elc::defs::core::base_binary_function_node::base_binary_function_node |
( |
function_t< void()> |
func | ) |
|
|
inlinenoexcept |
◆ arec()
◆ be_call()
virtual value elc::defs::core::base_binary_function_node::be_call |
( |
ptr |
arg_list | ) |
|
|
inlineoverridevirtual |
◆ clear()
virtual void elc::defs::core::base_binary_function_node::clear |
( |
| ) |
|
|
inlineoverridevirtualnoexcept |
◆ get_type_info()
|
inlineoverridevirtualnoexcept |
◆ was_equal_with()
|
inlineoverrideprotectedvirtualnoexcept |
实现了 elc::defs::core::node_like.
在文件 all_defs.cpp 第 33370 行定义.
33370 {
33371 if(
a->get_type_info() !=
this->get_type_info())
33372 return false;
33374 try{
33376 }
33377 catch(...){
33379 }
33380 }
constexpr logical_bool unknown
base_binary_function_node this_t
◆ _func
function_t<value(ptr)> elc::defs::core::base_binary_function_node::_func |
该结构体的文档由以下文件生成: