mirror of
https://github.com/BlackMATov/meta.hpp.git
synced 2025-12-16 14:09:02 +07:00
huge structure refactoring
This commit is contained in:
@@ -57,7 +57,7 @@ TEST_CASE("meta/meta_examples/classes/type") {
|
||||
// prints all class methods
|
||||
fmt::print("* rectangle:\n");
|
||||
for ( auto&& [index, method] : rectangle_type.get_methods() ) {
|
||||
fmt::print(" + {}/{}\n", index.name, index.type.get_arity());
|
||||
fmt::print(" + {}/{}\n", index.get_name(), index.get_type().get_arity());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user