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

Public 成员函数

template<class... Args>
void operator() (Args &&...) noexcept
 
constexpr bool operator== (const do_nothing_t &) noexcept
 
template<typename T >
constexpr bool operator== (T &) noexcept
 

详细描述

在文件 all_defs.cpp1000 行定义.

成员函数说明

◆ operator()()

template<class... Args>
void elc::defs::base::do_nothing_t::operator() ( Args &&  ...)
inlinenoexcept

在文件 all_defs.cpp1002 行定义.

1002{}

◆ operator==() [1/2]

constexpr bool elc::defs::base::do_nothing_t::operator== ( const do_nothing_t )
inlineconstexprnoexcept

在文件 all_defs.cpp1003 行定义.

1003{return true;}

◆ operator==() [2/2]

template<typename T >
constexpr bool elc::defs::base::do_nothing_t::operator== ( T &  )
inlineconstexprnoexcept

在文件 all_defs.cpp1005 行定义.

1005{return false;}

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