[DiscordArchive] kind of random question does any1 understand why stuff like this
[DiscordArchive] kind of random question does any1 understand why stuff like this
tring_view str, Params&&... params)Archived author: Rymercyble • Posted: 2024-01-20T21:54:18.080000+00:00
Original source
kind of random question does any1 understand why stuff like this
```cpp
template <typename Result, typename... Params>
Optional<Result> StringTo(std:
tring_view str, Params&&... params)
{
return Acore::Impl::StringConvertImpl::For<Result>::FromString(str, std::forward<Params>(params)...);
}
```
even exists in core ?