Skip to content

Commit ce941ed

Browse files
Update README.md
1 parent 65edf6f commit ce941ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,8 @@ constexpr auto c_p = constant_parameter<T>{};
243243
So in conclusion, `mlib::constexpr_map` is a really cool feature, the only problem is that the map is `constexpr` so therefore cannot add values, change values, etc.
244244

245245
-----------------------------------------------------------------------------------------------------------------------------------------------
246-
### `mlib::refl_get`
247-
`mlib::relf_get` is a useful reflection, that gets all of the members out of a `struct` for example if you had a struct `a`:
246+
### `mlib::meta::refl_get`
247+
`mlib::meta::relf_get` is a useful reflection, that gets all of the members out of a `struct` for example if you had a struct `a`:
248248
```C++
249249
struct a
250250
{

0 commit comments

Comments
 (0)