ELC in dev
ELC-lang
载入中...
搜索中...
未找到
elc::defs::base::constexpr_str_n::constexpr_str_t_literal_helper< char_T, N > 模板结构体 参考

Public 类型

typedef char_Tstring_ptr_t
 
typedef const char_Tconst_string_ptr_t
 

Public 成员函数

constexpr constexpr_str_t_literal_helper (const char_T(&str)[N]) noexcept
 
constexpr auto get_constexpr_str_t () const noexcept
 

Public 属性

const_string_ptr_t _array_begin
 

详细描述

template<class char_T, size_t N>
struct elc::defs::base::constexpr_str_n::constexpr_str_t_literal_helper< char_T, N >

在文件 all_defs.cpp12238 行定义.

成员类型定义说明

◆ const_string_ptr_t

在文件 all_defs.cpp12240 行定义.

◆ string_ptr_t

在文件 all_defs.cpp12239 行定义.

构造及析构函数说明

◆ constexpr_str_t_literal_helper()

template<class char_T , size_t N>
constexpr elc::defs::base::constexpr_str_n::constexpr_str_t_literal_helper< char_T, N >::constexpr_str_t_literal_helper ( const char_T(&)  str[N])
inlineconstexprnoexcept

在文件 all_defs.cpp12242 行定义.

成员函数说明

◆ get_constexpr_str_t()

template<class char_T , size_t N>
constexpr auto elc::defs::base::constexpr_str_n::constexpr_str_t_literal_helper< char_T, N >::get_constexpr_str_t ( ) const
inlineconstexprnoexcept

在文件 all_defs.cpp12245 行定义.

12245 {
12246 return constexpr_str_t{_array_begin,N-1};
12247 }
constexpr T down_cast(U a) noexcept
向下转型至

类成员变量说明

◆ _array_begin


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