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

Public 成员函数

template<ostream_class ostream_T>
constexpr decltype(autooperator() (ostream_T &stream) const noexcept(noexcept_ostream_class< ostream_T >)
 

详细描述

在文件 all_defs.cpp29261 行定义.

成员函数说明

◆ operator()()

template<ostream_class ostream_T>
constexpr decltype(auto) elc::defs::stream_n::flush_t::operator() ( ostream_T stream) const
inlineconstexprnoexcept

在文件 all_defs.cpp29263 行定义.

29263 {
29264 stream.flush();
29265 return stream;
29266 }
constexpr T down_cast(U a) noexcept
向下转型至

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