ELC
in dev
ELC-lang
载入中...
搜索中...
未找到
Public 成员函数
|
所有成员列表
elc::defs::memory::lifetime_n::copy_t结构体 参考
Public 成员函数
template<
class
T >
requires (copy_construct.able<T>)
constexpr
T
operator()
(
const
T &
a
)
const
noexcept
详细描述
在文件
all_defs.cpp
第
10019
行定义.
成员函数说明
◆
operator()()
template<
class
T >
requires (copy_construct.able<T>)
constexpr
T elc::defs::memory::lifetime_n::copy_t::operator()
(
const
T &
a
)
const
inline
constexpr
noexcept
在文件
all_defs.cpp
第
10023
行定义.
10023
{
10024
return
copy_construct<T>
(
a
);
10025
}
elc::defs::base::down_cast
constexpr T down_cast(U a) noexcept
向下转型至
Definition
all_defs.cpp:1133
该结构体的文档由以下文件生成:
docs/
all_defs.cpp
elc
defs
memory
lifetime_n
copy_t
制作者
1.9.8