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:
@ -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 {} }
|
||||
|
Reference in New Issue
Block a user