Skip to content

Commit

Permalink
cppccon-2024
Browse files Browse the repository at this point in the history
  • Loading branch information
kris-jusiak committed Sep 20, 2024
1 parent f25c05e commit 397650d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions cppcon-2024/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,14 @@

----

#### Template Metaprogramming (TMP)
> ```cpp
template<class... Ts>
using meta_fun = this_talk<Ts...>;
```

----

```cpp
❓static_assert(Template::Metaprogramming::is_hard); // ✔️
Expand Down Expand Up @@ -92,14 +100,6 @@

----

#### Template Metaprogramming (TMP)
> ```cpp
template<class... Ts>
using meta_fun = this_talk<Ts...>;
```

----

### Motivation / Examples

> ##### `"Better Metaprogramming features make better libraries!"`
Expand Down

0 comments on commit 397650d

Please sign in to comment.