Specifies that a virtual function overrides another virtual function.| en.cppreference.com
Contents| en.cppreference.com
(See also type for type system overview and the list of type-related utilities that are provided by the C++ library)| en.cppreference.com
Introduces implementation-defined attributes for types, objects, code, etc.| en.cppreference.com
The storage class specifiers are a part of the decl-specifier-seq of a name's declaration syntax. Together with the scope of the name, they control two independent properties of the name: its storage duration and its linkage.| en.cppreference.com
Enables implicit conversion or explicit conversion from a class type to another type.| en.cppreference.com
Specifies whether a function could throw exceptions.| en.cppreference.com
Declares a named variable as a reference, that is, an alias to an already-existing object or function.| en.cppreference.com
Executes a for loop over a range.| en.cppreference.com
Initializes an aggregate from an initializer list. It is a form of list-initialization(since C++11).| en.cppreference.com
An enumeration is a distinct type whose value is restricted to a range of values (see below for details), which may include several explicitly named constants ("enumerators").| en.cppreference.com
Constructs a closure (an unnamed function object capable of capturing variables in scope).| en.cppreference.com