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

Public 成员函数

template<class T >
requires able<T>
T * operator() (T *to, T *from) const noexcept(nothrow< T >)
 
template<class T >
requires able<T>
T * operator() (note::to_t< T * >to, note::from_t< T * >from) const noexcept(nothrow< T >)
 
template<class T >
requires able<T>
T * operator() (note::from_t< T * >from, note::to_t< T * >to) const noexcept(nothrow< T >)
 

Public 属性

size_t _size
 

详细描述

在文件 all_defs.cpp10166 行定义.

成员函数说明

◆ operator()() [1/3]

template<class T >
requires able<T>
T * elc::defs::memory::lifetime_n::move_assign_t::may_overlap_t::array_may_overlap_move_assign_t::operator() ( note::from_t< T * >  from,
note::to_t< T * >  to 
) const
inlinenoexcept

在文件 all_defs.cpp10177 行定义.

10177 {
10178 return operator()(to(),from());
10179 }
constexpr to_t< T > to(T v)
constexpr from_t< T > from(T v)

◆ operator()() [2/3]

template<class T >
requires able<T>
T * elc::defs::memory::lifetime_n::move_assign_t::may_overlap_t::array_may_overlap_move_assign_t::operator() ( note::to_t< T * >  to,
note::from_t< T * >  from 
) const
inlinenoexcept

在文件 all_defs.cpp10173 行定义.

10173 {
10174 return operator()(to(),from());
10175 }

◆ operator()() [3/3]

template<class T >
requires able<T>
T * elc::defs::memory::lifetime_n::move_assign_t::may_overlap_t::array_may_overlap_move_assign_t::operator() ( T *  to,
T *  from 
) const
inlinenoexcept

在文件 all_defs.cpp10169 行定义.

10169 {
10170 return base_call(to,from,_size);
10171 }
static T * base_call(T *to, T *from, size_t size) noexcept(nothrow< T >)

类成员变量说明

◆ _size

size_t elc::defs::memory::lifetime_n::move_assign_t::may_overlap_t::array_may_overlap_move_assign_t::_size

在文件 all_defs.cpp10167 行定义.


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