ELC in dev
ELC-lang
|
类 | |
struct | apply_end_t |
struct | array_get_t |
struct | as_array_t |
struct | remove_t |
Public 类型 | |
typedef base_get_t | base_t |
Public 成员函数 | |
template<class... Args> requires able<Args...> | |
T * | operator() (Args &&...rest) const noexcept(nothrow< Args... >) |
constexpr array_get_t | operator[] (size_t size) const noexcept |
静态 Public 属性 | |
template<class... Args> | |
static constexpr bool | able =construct<T>.able<Args...>&&destruct.able<T> |
template<class... Args> | |
static constexpr bool | nothrow =construct<T>.nothrow<Args...> |
static constexpr struct elc::defs::memory::get_n::get_t::as_array_t | as_array |
static constexpr struct elc::defs::memory::get_n::get_t::apply_end_t | apply_end |
static constexpr struct elc::defs::memory::get_n::get_t::remove_t | remove |
在文件 all_defs.cpp 第 21648 行定义.
typedef base_get_t elc::defs::memory::get_n::get_t< T >::base_t |
在文件 all_defs.cpp 第 21649 行定义.
|
inlinenoexcept |
Constructs an object of type T.
rest | The arguments to pass to the constructor of T. |
在文件 all_defs.cpp 第 21663 行定义.
|
inlineconstexprnoexcept |
在文件 all_defs.cpp 第 21688 行定义.
|
staticconstexpr |
在文件 all_defs.cpp 第 21651 行定义.
|
static |
|
static |
|
staticconstexpr |
在文件 all_defs.cpp 第 21653 行定义.
|
static |