ELC in dev
ELC-lang
载入中...
搜索中...
未找到
elc::defs::stream_n::base_fstream_n 命名空间参考

struct  base_frefstream
 
struct  base_fstream
 
struct  base_not_unreadable_text_ifstream_wrapper
 
struct  base_text_ofstream_wrapper
 
struct  system_terminal_irefstream
 
struct  system_terminal_orefstream
 

类型定义

typedef handle_type handle_t
 
template<class char_T , class base_fstream_T >
using base_text_ifstream_wrapper = unreadable_wrap< base_not_unreadable_text_ifstream_wrapper< char_T, base_fstream_T > >
 
template<class char_T >
using base_text_ifstream = base_text_ifstream_wrapper< char_T, base_fstream >
 
template<class char_T >
using base_text_ofstream = base_text_ofstream_wrapper< char_T, base_fstream >
 
template<class char_T >
using base_text_irefstream = base_text_ifstream_wrapper< char_T, base_frefstream >
 
template<class char_T >
using base_text_orefstream = base_text_ofstream_wrapper< char_T, base_frefstream >
 

类型定义说明

◆ base_text_ifstream

◆ base_text_ifstream_wrapper

◆ base_text_irefstream

◆ base_text_ofstream

◆ base_text_orefstream

◆ handle_t