simstr 1.2.4
Yet another strings library
 
Loading...
Searching...
No Matches
simstr::expr_utf< From, To > Struct Template Reference

String expression to convert strings to different UTF types. More...

#include <sstring.h>

Detailed Description

template<typename From, typename To>
requires (!std::is_same_v<From, To>)
struct simstr::expr_utf< From, To >

String expression to convert strings to different UTF types.

Template Parameters
From- The type of which string we are converting.
To- What type of string we convert to.

The documentation for this struct was generated from the following file: