- src/auto_decltype.cc: Example of decltype and typeid usage
- src/auto_deduces_string_chrono.cc: String and Chrono literals samples
- src/binary_literals.cc: Binary literal sample
- src/chrono.cc: Getting clock tick and sleep (threading) in code
- src/chrono_seconds.cc: Get the duration by specifying the unit: seconds, minutes, ...
- src/deprecated_attribute.cc: Deprecated attribute sample
- src/for_iter.cc: Collection iteration with for control structure
- src/lambda_for-each.cc: Use a lambda in for_each standard function
- src/make_unique.cc: Use a lambda in for_each standard functionstd::make_unique sample
- src/nullptr.cc: Use of nullptr in code
- src/random.cc: How easy it is to generate random numbers
- src/regex.cc: Usage of regexp to find emails in string
- src/return_type_deduction.cc: Example for return type deduction
- src/tuple_addressing_via_type.cc: Example for addressing tuple via type if there is no ambiguity
- src/uniform_init.cc: Uniform initializer with std::vector
make
make targz