ELC in dev
ELC-lang
载入中...
搜索中...
未找到
elc::defs::base::null_ptr_n::null_ptr_t结构体 参考

Public 成员函数

template<typename T >
constexprauto base_get () const noexcept
 

Public 属性

template<typename T >
constexproperator T *const noexcept {return down_cast<T*>(base_get<T>())
 

详细描述

字面量null_ptr,如同nullptr使用即可.

在文件 all_defs.cpp8827 行定义.

成员函数说明

◆ base_get()

template<typename T >
constexprauto elc::defs::base::null_ptr_n::null_ptr_t::base_get ( ) const
inlinenoexcept

在文件 all_defs.cpp8829 行定义.

constexpr T down_cast(U a) noexcept
向下转型至
函数调用图:
这是这个函数的调用关系图:

类成员变量说明

◆ noexcept

template<typename T >
constexproperator T* const elc::defs::base::null_ptr_n::null_ptr_t::noexcept {return down_cast<T*>(base_get<T>())

在文件 all_defs.cpp8831 行定义.


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