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

Public 成员函数

template<class T >
requires (copy_construct.able<T>)
constexproperator() (const T &a) const noexcept
 

详细描述

在文件 all_defs.cpp10019 行定义.

成员函数说明

◆ operator()()

template<class T >
requires (copy_construct.able<T>)
constexpr T elc::defs::memory::lifetime_n::copy_t::operator() ( const T &  a) const
inlineconstexprnoexcept

在文件 all_defs.cpp10023 行定义.

10023 {
10024 return copy_construct<T>(a);
10025 }
constexpr T down_cast(U a) noexcept
向下转型至

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