Util: Add get<T>() functionality with customization points to Value

This commit is contained in:
Riyyi
2022-07-08 14:23:38 +02:00
parent c5bbd7befd
commit 0c972f420c
3 changed files with 137 additions and 2 deletions
+1 -2
View File
@@ -7,8 +7,7 @@
#include <algorithm> // all_of
#include <cassert> // assert
#include <cstdint> // uint32_t
#include <iostream>
#include <memory> // make_shared, shared_ptr
#include <iostream> // istream, ostream
#include <string>
#include <utility> // move