1
0
forked from Alepha/Alepha

Beginnings of support for default_lens.

The `default_lens` would be used for anything and everything.
And `tuplizeAggregate` can then be used to make a defaulted
`default_lens`.  This simplifies most lens oriented code, as
I move forward.
This commit is contained in:
2021-12-03 01:47:44 -05:00
parent 5f15b0ee38
commit 7de08953c8
3 changed files with 72 additions and 21 deletions

View File

@ -4,6 +4,8 @@ static_assert( __cplusplus > 2017, "C++17 Required" );
#include <Alepha/Alepha.h>
#include <type_traits>
namespace Alepha::Hydrogen::Meta
{
inline namespace exports { inline namespace type_value_wrapper {} }