ELC in dev
ELC-lang
|
对于特定类型的内存分配结果,获取分配大小并复制一份同样大小的内存 更多...
Public 成员函数 | |
template<typename T > requires able<T> | |
T * | operator() (const T *arg) const noexcept(nothrow< T >) |
静态 Public 成员函数 | |
template<typename T > requires able<T> | |
static T * | base_call (const T *arg) noexcept(nothrow< T >) |
静态 Public 属性 | |
template<typename T > | |
static constexpr bool | able =true |
template<typename T > | |
static constexpr bool | nothrow =get_size_of_alloc.nothrow<T> |
对于特定类型的内存分配结果,获取分配大小并复制一份同样大小的内存
在文件 all_defs.cpp 第 20987 行定义.
|
inlinestaticnoexcept |
在文件 all_defs.cpp 第 20994 行定义.
|
inlinenoexcept |
在文件 all_defs.cpp 第 21000 行定义.
|
staticconstexpr |
在文件 all_defs.cpp 第 20989 行定义.
|
staticconstexpr |
在文件 all_defs.cpp 第 20991 行定义.