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

Public 成员函数

template<class T >
requires (type_info<decltype(0)>.can_convert_to<T>)
 operator T () const noexcept(type_info< decltype(0)>.can_nothrow_convert_to< T >)
 

详细描述

没什么用的语法糖,等价于字面量0.

在文件 all_defs.cpp9386 行定义.

成员函数说明

◆ operator T()

template<class T >
requires (type_info<decltype(0)>.can_convert_to<T>)
elc::defs::base::zero_t::operator T ( ) const
inlinenoexcept

在文件 all_defs.cpp9388 行定义.

9388{return 0;}

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