ELC in dev
ELC-lang
载入中...
搜索中...
未找到
elc::defs::memory::lifetime_n::destruct_t::array_destruct_t结构体 参考

Public 成员函数

template<class T >
requires able<T>
void operator() (T *begin) const noexcept(nothrow< T >)
 

Public 属性

size_t _size
 

详细描述

在文件 all_defs.cpp9700 行定义.

成员函数说明

◆ operator()()

template<class T >
requires able<T>
void elc::defs::memory::lifetime_n::destruct_t::array_destruct_t::operator() ( T *  begin) const
inlinenoexcept

在文件 all_defs.cpp9703 行定义.

9703 {
9704 base_call(begin,_size);
9705 }
static void base_call(T *to) noexcept(nothrow< T >)

类成员变量说明

◆ _size

size_t elc::defs::memory::lifetime_n::destruct_t::array_destruct_t::_size

在文件 all_defs.cpp9701 行定义.


该结构体的文档由以下文件生成: