mirror of
https://github.com/BlackMATov/meta.hpp.git
synced 2025-12-16 22:17:02 +07:00
huge structure refactoring
This commit is contained in:
@@ -73,6 +73,6 @@ TEST_CASE("meta/meta_examples/functions/usage") {
|
||||
// prints all functions in the scope
|
||||
fmt::print("* {}:\n", math_scope.get_name());
|
||||
for ( auto&& [index, function] : math_scope.get_functions() ) {
|
||||
fmt::print(" + {}/{}\n", index.name, function.get_type().get_arity());
|
||||
fmt::print(" + {}/{}\n", index.get_name(), function.get_type().get_arity());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user