Thoth
A functional, expressive, asynchronous C++26 webdev library
Loading...
Searching...
No Matches
Utils.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  Thoth
 
namespace  Thoth::NJson
 

Functions

template<class ... T>
requires (std::constructible_from<Json::Value, T>, ...)
Array Thoth::NJson::MakeArray (T &&... ts)
 
template<class... P>
requires (std::constructible_from<Json, typename P::second_type> && ...)
JsonObject Thoth::NJson::MakeObject (P &&... ts)