ELC in dev
ELC-lang
|
类 | |
struct | array_construct_t |
struct | placement_construct_t |
Public 类型 | |
typedef base_construct_t | base_t |
Public 成员函数 | |
template<class... Args> requires able<Args...> | |
T | operator() (Args &&...rest) const noexcept(nothrow< Args... >) |
constexpr placement_construct_t | operator[] (T *p) const noexcept |
静态 Public 属性 | |
template<class... Args> | |
static constexpr bool | able =construct_able<T,Args...> |
template<class... Args> | |
static constexpr bool | nothrow =construct_nothrow<T,Args...> |
template<class... Args> | |
static constexpr bool | trivial =construct_trivial<T,Args...> |
用于构造实例 用法详见变量模板construct
在文件 all_defs.cpp 第 9568 行定义.
typedef base_construct_t elc::defs::memory::lifetime_n::construct_t< T >::base_t |
在文件 all_defs.cpp 第 9569 行定义.
|
inlinenoexcept |
在文件 all_defs.cpp 第 9578 行定义.
|
inlineconstexprnoexcept |
在文件 all_defs.cpp 第 9643 行定义.
|
staticconstexpr |
在文件 all_defs.cpp 第 9571 行定义.
|
staticconstexpr |
在文件 all_defs.cpp 第 9573 行定义.
|
staticconstexpr |
在文件 all_defs.cpp 第 9575 行定义.