mirror of
https://github.com/BlackMATov/meta.hpp.git
synced 2025-12-16 22:17:02 +07:00
rename: ctor -> constructor, dtor -> destructor, parameter -> argument
This commit is contained in:
@@ -54,7 +54,7 @@ TEST_CASE("meta/meta_examples/functions/usage") {
|
||||
// checks a type of the founded function
|
||||
CHECK(sub_function.get_type() == meta::resolve_type<int(*)(int, int)>());
|
||||
|
||||
// checks the ability to call the function with specific parameters
|
||||
// checks the ability to call the function with specific arguments
|
||||
CHECK(sub_function.is_invocable_with(60, 18));
|
||||
CHECK(sub_function.is_invocable_with<int, int>());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user