A minimal FD4BasicHashString implementation.
More...
#include <text.hpp>
A minimal FD4BasicHashString implementation.
Uses the from::wstring constructor and member access to provide full string functionality along with hashing.
◆ FD4BasicHashString()
template<typename... Args>
from::DLTX::FD4BasicHashString::FD4BasicHashString |
( |
Args &&... |
args | ) |
|
|
inline |
◆ begin() [1/2]
auto from::DLTX::FD4BasicHashString::begin |
( |
| ) |
const |
|
inlinenoexcept |
Iterator const begin.
- Returns
- const string begin iterator.
◆ begin() [2/2]
auto from::DLTX::FD4BasicHashString::begin |
( |
| ) |
|
|
inlinenoexcept |
Iterator begin.
- Returns
- string begin iterator.
◆ end() [1/2]
auto from::DLTX::FD4BasicHashString::end |
( |
| ) |
const |
|
inlinenoexcept |
Iterator end.
- Returns
- const string end iterator.
◆ end() [2/2]
auto from::DLTX::FD4BasicHashString::end |
( |
| ) |
|
|
inlinenoexcept |
Iterator end.
- Returns
- string end iterator.
◆ get_hash()
int from::DLTX::FD4BasicHashString::get_hash |
( |
| ) |
const |
|
inlinenoexcept |
◆ get_string() [1/2]
const string_type & from::DLTX::FD4BasicHashString::get_string |
( |
| ) |
const |
|
inlinenoexcept |
Access the string.
- Returns
- const string_type& string
◆ get_string() [2/2]
string_type & from::DLTX::FD4BasicHashString::get_string |
( |
| ) |
|
|
inlinenoexcept |
Access the string.
- Returns
- string_type& string
◆ operator const string_type &()
from::DLTX::FD4BasicHashString::operator const string_type & |
( |
| ) |
const |
|
inlinenoexcept |
Access the string with an implicit conversion.
- Returns
- const string_type& string
◆ operator string_type &()
from::DLTX::FD4BasicHashString::operator string_type & |
( |
| ) |
|
|
inlinenoexcept |
Access the string with an implicit conversion.
- Returns
- string_type& string
The documentation for this class was generated from the following file: