ELC in dev
ELC-lang
载入中...
搜索中...
未找到
elc::defs::base::cons_t< T > 模板结构体 参考
类 elc::defs::base::cons_t< T > 继承关系图:
[图例]
elc::defs::base::cons_t< T > 的协作图:
[图例]

Public 类型

typedef cons_t< T > this_t
 

Public 成员函数

constexpr cons_t ()=default
 
 ~cons_t ()
 
- Public 成员函数 继承自 elc::defs::base::non_copy_assign_able
constexpr non_copy_assign_able () noexcept=default
 
constexpr non_copy_assign_able (const non_copy_assign_able &) noexcept=default
 
constexpr non_copy_assign_able (non_copy_assign_able &&) noexcept=default
 
constexpr non_copy_assign_ableoperator= (const non_copy_assign_able &) &noexcept=delete
 
constexpr non_copy_assign_ableoperator= (non_copy_assign_able &&) &noexcept=default
 
- Public 成员函数 继承自 elc::defs::base::non_copy_construct_able
constexpr non_copy_construct_able ()=default
 
constexpr non_copy_construct_able (const non_copy_construct_able &)=delete
 
constexpr non_copy_construct_able (non_copy_construct_able &&)=default
 
constexpr non_copy_construct_ableoperator= (const non_copy_construct_able &) &noexcept=default
 
constexpr non_copy_construct_ableoperator= (non_copy_construct_able &&) &noexcept=default
 
- Public 成员函数 继承自 elc::defs::base::non_move_assign_able
constexpr non_move_assign_able () noexcept=default
 
constexpr non_move_assign_able (const non_move_assign_able &) noexcept=default
 
constexpr non_move_assign_able (non_move_assign_able &&) noexcept=default
 
constexpr non_move_assign_ableoperator= (const non_move_assign_able &) &noexcept=default
 
constexpr non_move_assign_ableoperator= (non_move_assign_able &&) &noexcept=delete
 
- Public 成员函数 继承自 elc::defs::base::non_move_construct_able
constexpr non_move_construct_able ()=default
 
constexpr non_move_construct_able (const non_move_construct_able &)=default
 
constexpr non_move_construct_able (non_move_construct_able &&)=delete
 
constexpr non_move_construct_ableoperator= (const non_move_construct_able &) &noexcept=default
 
constexpr non_move_construct_ableoperator= (non_move_construct_able &&) &noexcept=default
 

额外继承的成员函数

- Protected 成员函数 继承自 elc::defs::base::attribute< T, cons_t< T > >
constexpr T * get_handle () noexcept
 
constexpr const T * get_handle () const noexcept
 

详细描述

template<typename T>
struct elc::defs::base::cons_t< T >

在文件 all_defs.cpp12787 行定义.

成员类型定义说明

◆ this_t

template<typename T >
typedef cons_t<T> elc::defs::base::cons_t< T >::this_t

在文件 all_defs.cpp12788 行定义.

构造及析构函数说明

◆ cons_t()

template<typename T >
constexpr elc::defs::base::cons_t< T >::cons_t ( )
constexprdefault

◆ ~cons_t()

template<typename T >
elc::defs::base::cons_t< T >::~cons_t ( )
inline

在文件 all_defs.cpp12826 行定义.

12826 {
12827 remove_from_list();
12828 }

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