#include "Types.h"
#include "BaseObj.h"
#include "Util.h"
#include "Vector.h"
#include <utility>
Go to the source code of this file.
|
template<typename T = ehs::Char_8, typename N = ehs::UInt_64> |
bool | operator== (const T *const first, const ehs::Str< T, N > &second) |
|
template<typename T = ehs::Char_8, typename N = ehs::UInt_64> |
bool | operator!= (const T *const first, const ehs::Str< T, N > &second) |
|
template<typename T = ehs::Char_8, typename N = ehs::UInt_64> |
ehs::Str< T, N > | operator+ (const T *const first, const ehs::Str< T, N > &second) |
|
◆ operator!=()
template<typename T = ehs::Char_8, typename N = ehs::UInt_64>
bool operator!= |
( |
const T *const |
first, |
|
|
const ehs::Str< T, N > & |
second |
|
) |
| |
◆ operator+()
template<typename T = ehs::Char_8, typename N = ehs::UInt_64>
ehs::Str< T, N > operator+ |
( |
const T *const |
first, |
|
|
const ehs::Str< T, N > & |
second |
|
) |
| |
Concatenates a C-style string with a string.
- Parameters
-
[in] | first | The given C-style string. |
[in] | second | The given string. |
- Returns
- The result.
◆ operator==()
template<typename T = ehs::Char_8, typename N = ehs::UInt_64>
bool operator== |
( |
const T *const |
first, |
|
|
const ehs::Str< T, N > & |
second |
|
) |
| |