Geoffrey's TIL
  • Ansible
  • Applications
  • ArchLinux
  • Bash
  • Cassandra
  • C++
    • Benchmark
    • C++ Language Versions
      • C++ 11
      • C++ 14
        • Polymorphic lambdas
        • Digit separators
        • Generalized lambda capture
        • Variable templates
        • Binary Integer Literals
        • Quoted Strings
        • New stdlib features
      • C++ 17
      • C++ 20
    • gdb commands
    • gdb pretty print
    • gdb: navigate in threads
  • Development environment
  • Docker
  • Git
  • Golang
  • Hadoop
  • InfluxDB
  • iptables
  • Java
  • Kafka
  • Kubernetes
  • KVM
  • Links
  • Linux
  • Markdown
  • Media
  • Mysql
  • Network
  • NodeJS
  • Obsidian
  • PHP
  • Postgres
  • Programming
  • Python
  • Reveal.js
  • RFCs
  • Sphinx
  • Scala
  • Tech Watch
  • tmux
  • Ubuntu / Debian
  • vim
  • VSCode
  • Web
  • Windows
  • yum
  • zsh
Geoffrey's TIL
  • C++
  • C++ Language Versions
  • C++ 14
  • View page source

C++ 14

Table of Contents

  • C++ 14

    • Polymorphic lambdas

    • Digit separators

    • Generalized lambda capture

    • Variable templates

    • Binary Integer Literals

    • Quoted Strings

    • New stdlib features

Polymorphic lambdas

Digit separators

Generalized lambda capture

Variable templates

Binary Integer Literals

Quoted Strings

New stdlib features

user-defined literals for standard library types compile-time integer sequences std::make_unique

Previous Next

© Copyright 2025, Geoffrey Papaux.

Built with Sphinx using a theme provided by Read the Docs.