UTF-16 specialisation of FromString<T>.
More...
#include <FromString.hpp>
|
template<typename T > |
void | operator() (T &destination, std::u16string_view value) const |
|
template<>
struct FromString< char16_t >
UTF-16 specialisation of FromString<T>.
Converts the supplied std::u16string to an object of type T by calling fromString16.
◆ operator()()
void operator() |
( |
T & |
destination, |
|
|
std::u16string_view |
value |
|
) |
| const |
|
inline |
- Parameters
-
destination | the destination value that is set via assignment |
value | the string view input |
- Exceptions
-
ConversionException | when the conversion fails |
The documentation for this struct was generated from the following file: