ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

2,283 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

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

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,718 views

8 years ago

Kristopher Micinski
L6: Lambdas

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

25:38
L6: Lambdas

2,738 views

4 years ago

Profesor Retroman
C++ Lambdas y callbacks variádicos: sistemas flexibles en GameEngine ECS

Curso: https://bit.ly/CPPGameDev-2021-Curso ==== Sesión 11 - 23/feb/2022 ==== Revisamos nuestro GameEngine ...

1:36:17
C++ Lambdas y callbacks variádicos: sistemas flexibles en GameEngine ECS

3,749 views

3 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,393 views

9 years ago

Kristopher Micinski
L17: Lambda Calculus Reductions and Substitution

code: https://gist.github.com/kmicinski/56b331a10415251b871c3c6a1648a08c dana scott's history of lambda calculus ...

33:55
L17: Lambda Calculus Reductions and Substitution

18,006 views

4 years ago

Leira Hua
Lambdas, Lambdas Everywhere

Lambdas, Lambdas Everywhere by Herb Sutter http://channel9.msdn.com/Events/PDC/PDC10/FT13.

58:57
Lambdas, Lambdas Everywhere

6,729 views

13 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,840 views

6 years ago

CppNow
Leor Zolman: A Whirlwind Overview of C++11

Leor's talk from the 2012 C++Now! conference In this abbreviated introduction to C++11, Leor Zolman quickly surveys many of the ...

1:38:24
Leor Zolman: A Whirlwind Overview of C++11

3,960 views

13 years ago

CppNow
Michał Dominiak: Variadic expansion in examples

Templates - and variadic templates - are an important aspect of writing a successful library in C++; libraries that can deal with ...

59:43
Michał Dominiak: Variadic expansion in examples

551 views

9 years ago

CppNow
Intro to Functional Programming in C++

David Sankel's presentation from C++Now 2014 Slides are available here: ...

1:15:54
Intro to Functional Programming in C++

15,006 views

11 years ago

LispNYC
John Tromp: The Binary Lambda Calculus, The Smallest Program Language

We'll discuss the Binary Lambda Calculus (BLC), an extremely simple programming language that is basically lambda calculus ...

3:03:36
John Tromp: The Binary Lambda Calculus, The Smallest Program Language

3,867 views

Streamed 2 years ago

Using std::cpp
The C++ rvalue lifetime disaster - Arno Schödl. think cell

https://eventos.uc3m.es/93418/programme/using-std-cpp-2023.html Rvalue references have been with us since C++11.

53:54
The C++ rvalue lifetime disaster - Arno Schödl. think cell

5,739 views

2 years ago

CppNow
C++Now 2019: Vittorio Romeo “Higher-order functions and `function_ref`”

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

1:35:34
C++Now 2019: Vittorio Romeo “Higher-order functions and `function_ref`”

2,187 views

6 years ago

CppNow
C++Now 2018: Ben Deane “Easy to Use, Hard to Misuse: Declarative Style in C++”

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

1:32:06
C++Now 2018: Ben Deane “Easy to Use, Hard to Misuse: Declarative Style in C++”

23,241 views

7 years ago

Fred Martin
Transforming let and lambda expressions

Transforming let expressions into lambda expressions and vice-versa, including let*. From UMass Lowell's COMP.3010 ...

31:22
Transforming let and lambda expressions

258 views

8 years ago

CppNow
C++14: Through the Looking Glass

Michael Wong's presentation from C++Now 2014. --- *--* ---

1:15:05
C++14: Through the Looking Glass

3,937 views

11 years ago

MUCplusplus
[MUC++] Rainer Grimm - "Concepts in C++20: Evolution or Revolution?" (Virtual)

The key idea of generic programming with templates is to define functions and classes which can be used with various types.

1:18:08
[MUC++] Rainer Grimm - "Concepts in C++20: Evolution or Revolution?" (Virtual)

290 views

5 years ago

CppNow
Leor Zolman: A Zephyr Overview of C++11 (Part I)

Last year I covered most of C++11 in one 90-minute "whirlwind" session, a feat only made possible by moving at a breakneck ...

1:28:35
Leor Zolman: A Zephyr Overview of C++11 (Part I)

1,469 views

12 years ago

CppNow
C++Now 2019: Conor Hoekstra “Algorithm Intuition”

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

1:28:59
C++Now 2019: Conor Hoekstra “Algorithm Intuition”

22,793 views

6 years 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,961 views

7 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,272 views

10 years ago

CppNow
Leor Zolman: A Zephyr Overview of C++11 (Part II)

Last year I covered most of C++11 in one 90-minute "whirlwind" session, a feat only made possible by moving at a breakneck ...

1:55:14
Leor Zolman: A Zephyr Overview of C++11 (Part II)

888 views

12 years ago

Java
Beyond Java 8 Lambdas

Java 8 lambdas has been a long time in coming, and will dramatically change the way you code Java applications. However, it is ...

43:52
Beyond Java 8 Lambdas

9,195 views

11 years ago