One Framework 0.1.0
RoboMaster嵌入式框架“一键”解决方案,为你的“创意”服务。
载入中...
搜索中...
未找到
FixedString< Size > 模板类 参考

#include <FixedString.hpp>

FixedString< Size > 的协作图:

Public 成员函数

 FixedString ()
 
 FixedString (const char *str)
 
 FixedString (const std::string &str)
 
bool operator== (const FixedString &other) const
 
std::string_view view () const
 

构造及析构函数说明

◆ FixedString() [1/3]

template<size_t Size>
FixedString ( )
inline

◆ FixedString() [2/3]

template<size_t Size>
FixedString ( const char * str)
inline

◆ FixedString() [3/3]

template<size_t Size>
FixedString ( const std::string & str)
inline

成员函数说明

◆ operator==()

template<size_t Size>
bool operator== ( const FixedString< Size > & other) const
inline

◆ view()

template<size_t Size>
std::string_view view ( ) const
inline

该类的文档由以下文件生成: