January 2019
Intermediate to advanced
512 pages
14h 5m
English
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in the text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example—The overload_set is a variadic class template.
A block of code is set as follows:
template <typename T> T increment(T x) { return x + 1; }