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

Public 成员函数

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

Public 属性

size_t _size
 

详细描述

在文件 all_defs.cpp9861 行定义.

成员函数说明

◆ operator()() [1/4]

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

在文件 all_defs.cpp9876 行定义.

9876 {
9877 return operator()(to(),from());
9878 }
constexpr to_t< T > to(T v)
constexpr from_t< T > from(T v)
T * operator()(T *to, const T *from) const noexcept(nothrow< T >)

◆ operator()() [2/4]

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

在文件 all_defs.cpp9872 行定义.

9872 {
9873 return operator()(to(),from());
9874 }

◆ operator()() [3/4]

template<class T >
requires able<T>
T * elc::defs::memory::lifetime_n::copy_construct_t::array_copy_construct_t::operator() ( T *  to,
const T &  from 
) const
inlinenoexcept

在文件 all_defs.cpp9868 行定义.

9868 {
9869 return base_call(to,from,_size);
9870 }
static T * base_call(T *to, const T *from) noexcept(nothrow< T >)

◆ operator()() [4/4]

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

在文件 all_defs.cpp9864 行定义.

9864 {
9865 return base_call(to,from,_size);
9866 }

类成员变量说明

◆ _size

size_t elc::defs::memory::lifetime_n::copy_construct_t::array_copy_construct_t::_size

在文件 all_defs.cpp9862 行定义.


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