ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

21,732 results

CppNow
Michael Caisse: Lambda Functions

Michael's talk from C++Now! 2012 Anonymous functions have proven to be a useful tool in many languages. Their locality and ...

1:44:21
Michael Caisse: Lambda Functions

2,572 views

13 years ago

CppNow
David Stone: Type Deduction in C++14

C++14 has many ways of naming a type. In addition to using the type's name directly, we have auto, auto &, auto const &, auto && ...

1:31:41
David Stone: Type Deduction in C++14

4,391 views

9 years ago

OpenWebinars
QUÉ SON LAS FUNCIONES LAMBDA EN C++

Te explicamos qué son las funciones lambda en C++ y te mostramos de forma práctica cómo utilizarlas.▻▻ Suscríbete para ...

8:36
QUÉ SON LAS FUNCIONES LAMBDA EN C++

4,411 views

7 years ago

CppNow
C++Now 2017: Vittorio Romeo “Implementing `variant` visitation using lambdas"

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

1:29:34
C++Now 2017: Vittorio Romeo “Implementing `variant` visitation using lambdas"

3,711 views

8 years ago

Profesor Retroman
C++ : Function objects, operator() y lambdas

[C++ 4.1]: Serie completa http://bit.ly/CppGameDev19 Serie anterior C++: http://bit.ly/CppDev2016-19 Librería TinyPTC UA: ...

39:53
C++ : Function objects, operator() y lambdas

1,831 views

6 years ago

Kristopher Micinski
L6: Lambdas

Reading: SICP section 1.3 up to (stopping right before) 1.3.3 ...

25:38
L6: Lambdas

2,724 views

4 years ago

Einsteinzee
Learning by doing :: C++ -- Lambda Expressions in C++

This video is part of the new series called "Learning by doing :: C++" which is dedicated to random topics in C++. Here we talked ...

12:33
Learning by doing :: C++ -- Lambda Expressions in C++

93 views

1 year ago

Dev Corner
Lambda Functions - Mary had a little lambda by Anjana Vakil

Mary had a little lambda, a function pure as snow. And for every program that Mary wrote, the lambda was all she needed to know.

44:21
Lambda Functions - Mary had a little lambda by Anjana Vakil

11,956 views

7 years ago

Peter Schneider
What is a lambda expression in C++11?

What is a lambda expression in C++11? I hope you found a solution that worked for you :) The Content (except music & images) is ...

8:19
What is a lambda expression in C++11?

46 views

3 years ago

DevExpert - Programación Android y Kotlin
¿Cuál es el equivalente a las funciones de extensión para las lambdas?

Cuál es el equivalente a las funciones de extensión para las lambdas? Pack especial para aprender Kotlin + Jetpack ...

0:50
¿Cuál es el equivalente a las funciones de extensión para las lambdas?

1,427 views

2 years ago

Utah Cpp Programmers
Illuminating Lambda Expressions in C++

Richard Thomson gives us an insight into lambda expressions in C++ by showing the equivalent manually written function objects ...

1:18:13
Illuminating Lambda Expressions in C++

883 views

5 years ago

The Debug Zone
How to Immediately Invoke a C++ Lambda Function: Quick Guide & Examples

In this video, we dive into the world of C++ lambda functions, exploring how to invoke them immediately for efficient coding.

1:31
How to Immediately Invoke a C++ Lambda Function: Quick Guide & Examples

29 views

6 months ago

Peter Schneider
lambda function with incomplete type

lambda function with incomplete type I hope you found a solution that worked for you :) The Content (except music & images) is ...

2:39
lambda function with incomplete type

2 views

2 years ago

The Debug Zone
Why Does a Lambda Run Faster in std::thread vs Main in GCC 4.9.2?

In this video, we delve into the intriguing performance differences between running a lambda function in a `std::thread` versus ...

3:39
Why Does a Lambda Run Faster in std::thread vs Main in GCC 4.9.2?

22 views

1 year ago

The Debug Zone
Modifying Vectors in C++11 Lambda Functions: Capture by Reference Explained

In this video, we dive into the powerful world of C++11 lambda functions, focusing specifically on how to modify vectors using ...

1:34
Modifying Vectors in C++11 Lambda Functions: Capture by Reference Explained

23 views

6 months ago

Cpp Usergroup Dresden
Georg Bannasch "Expressive functional C++"

Functional programming offers great concepts to write expressive code. In this talk I want to present a few (mostly very basic) ...

48:15
Georg Bannasch "Expressive functional C++"

311 views

6 years ago

Codegram
Full Stack Fest 2015: Fun with Lambdas!, by Corey Haines

A talk from Full Stack Fest 2015 (http://fullstackfest.com/) You've probably heard about the lambda calculus, building up our ...

36:53
Full Stack Fest 2015: Fun with Lambdas!, by Corey Haines

1,271 views

10 years ago

Peter Schneider
Use lambda through std::function reference, you cannot modify the value in lambda

Use lambda through std::function reference, you cannot modify the value in lambda I hope you found a solution that worked for ...

3:23
Use lambda through std::function reference, you cannot modify the value in lambda

0 views

2 years ago

Confreaks
LambdaConf 2015 - Introducing Emily  Simplifying Functional Programming   Andi McClure

Emily is an experimental language project focusing on simplifying the basis of programming languages: it models all language ...

25:17
LambdaConf 2015 - Introducing Emily Simplifying Functional Programming Andi McClure

5,480 views

9 years ago

The Debug Zone
Resolving GCC 6.x Warning: Lambda Visibility Issues Explained

In this video, we delve into the common warning encountered in GCC 6.x related to lambda visibility issues. As C@TheDaniRep ...

3:39
Resolving GCC 6.x Warning: Lambda Visibility Issues Explained

14 views

11 months ago