ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

434 results

Single-line
Is `constexpr const const` really non-redundant?

Source: https://stackoverflow.com/questions/79651584 Question Author: - avigt https://stackoverflow.com/users/25625672 Answer ...

0:41
Is `constexpr const const` really non-redundant?

4 views

6 months ago

CppNow
C++Now 2017: Ben Deane & Jason Turner "constexpr ALL the things!"

http://cppnow.org — Presentation Slides, PDFs, Source Code and other presenter materials are available at: ...

1:35:27
C++Now 2017: Ben Deane & Jason Turner "constexpr ALL the things!"

21,640 views

8 years ago

CppNow
Scott Schurr: constexpr: C++ At Compile Time

I'm excited about constexpr. It's probably my favorite C++11 feature, and it has become even better with C++14. But when I talk to ...

1:33:50
Scott Schurr: constexpr: C++ At Compile Time

1,983 views

9 years ago

The Debug Zone
Why Can't a Destructor Be Marked constexpr in C++? Explained with Examples

In this video, we delve into the intriguing world of C++ and explore the limitations surrounding destructors and the `constexpr` ...

3:09
Why Can't a Destructor Be Marked constexpr in C++? Explained with Examples

21 views

4 months ago

The Debug Zone
Using Constexpr in C++ for Creating Objects: A Comprehensive Guide

In this video, we delve into the powerful feature of `constexpr` in C++, exploring how it can be utilized to create objects at compile ...

1:38
Using Constexpr in C++ for Creating Objects: A Comprehensive Guide

24 views

7 months ago

The Debug Zone
Understanding Why SFINAE with if constexpr is Not Allowed in C++

In this video, we delve into the intricacies of SFINAE (Substitution Failure Is Not An Error) in C++ and explore the limitations ...

3:38
Understanding Why SFINAE with if constexpr is Not Allowed in C++

35 views

11 months ago

Matej Blagšič
C++ compile time, const and constexpr, bool and operators, pt.3 | VIDEO 52

In this video I continue on the presentation of beginner C++. Make sure to watch previous videos for embedded implementation ...

16:16
C++ compile time, const and constexpr, bool and operators, pt.3 | VIDEO 52

1,520 views

3 years ago

The Debug Zone
Can You Declare a Constexpr Lambda Inside a Template Parameter in C++?

In this video, we dive into the intriguing world of C++ templates and constexpr lambdas. As modern C++ continues to evolve, ...

1:31
Can You Declare a Constexpr Lambda Inside a Template Parameter in C++?

1 view

9 months ago

Nida Karagoz
Is there any way to mark a function parameter as constexpr?

Is there any way to mark a function parameter as constexpr? ✧ I really hope you found a helpful solution! ♡ The Content is ...

1:51
Is there any way to mark a function parameter as constexpr?

2 views

9 months ago

Peter Schneider
Why can functions be constexpr even if they can't ever be used in a constant expression?

Why can functions be constexpr even if they can't ever be used in a constant expression? I hope you found a solution that worked ...

2:35
Why can functions be constexpr even if they can't ever be used in a constant expression?

0 views

2 years ago

Nida Karagoz
Why is a recursive constexpr function so much faster with reference parameters than with values?

Why is a recursive constexpr function so much faster with reference parameters than with values? ✧ I really hope you found a ...

3:47
Why is a recursive constexpr function so much faster with reference parameters than with values?

0 views

8 months ago

Roel Van de Paar
Software Engineering: Any need for constexpr in tag values?

Software Engineering: Any need for constexpr in tag values? Helpful? Please support me on Patreon: ...

2:42
Software Engineering: Any need for constexpr in tag values?

2 views

3 years ago

Nida Karagoz
How to check that a function result is constexpr even when the argument is not?

How to check that a function result is constexpr even when the argument is not? ✧ I really hope you found a helpful solution!

1:49
How to check that a function result is constexpr even when the argument is not?

0 views

9 months ago

The Debug Zone
Understanding if constexpr in Lambda with Pack Expansion: Compiler Bug Explained

In this video, we delve into the intricacies of using `if constexpr` within lambda expressions, particularly focusing on the concept of ...

2:02
Understanding if constexpr in Lambda with Pack Expansion: Compiler Bug Explained

9 views

7 months ago

Roel Van de Paar
Compiletime (constexpr) Differential Equation System Description for use in Optimal Control

Code Review: Compiletime (constexpr) Differential Equation System Description for use in Optimal Control Helpful? Please ...

2:59
Compiletime (constexpr) Differential Equation System Description for use in Optimal Control

3 views

3 years ago

The Debug Zone
Understanding Constexpr Implicitly Declared Functions in C++: A Guide

In this video, we delve into the fascinating world of C++ and explore the concept of `constexpr` implicitly declared functions.

3:50
Understanding Constexpr Implicitly Declared Functions in C++: A Guide

5 views

1 year ago

Roel Van de Paar
Code Review: Constexpr unit tests and asserts

Code Review: Constexpr unit tests and asserts Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar ...

2:55
Code Review: Constexpr unit tests and asserts

10 views

3 years ago

Peter Schneider
constexpr works for stack pointers, why?

constexpr works for stack pointers, why? I hope you found a solution that worked for you :) The Content (except music & images) is ...

2:37
constexpr works for stack pointers, why?

0 views

2 years ago

Peter Schneider
Modern C++ how to create constexpr array of power of 10?

Modern C++ how to create constexpr array of power of 10? I hope you found a solution that worked for you :) The Content (except ...

3:52
Modern C++ how to create constexpr array of power of 10?

37 views

2 years ago

Single-line
Using std::format to create compile time objects with constexpr

Source: https://stackoverflow.com/questions/79583661 Question Author: - user2138149 https://stackoverflow.com/users/893254 ...

0:31
Using std::format to create compile time objects with constexpr

43 views

2 weeks ago