In C++11 3p3 it states:
An entity is a value, object, reference, function, enumerator, type, class member, template, template specialization, namespace, parameter pack, or this.
In 17.6.1.1p1 it states:
The C++ standard library provides definitions for the following types of entities: macros, values, types, templates, classes, functions, objects.
What is an example of a value that the C++ standard library provides a definition for, that is not an object?, and conversly: What is an example of an object that the C++ standard library provides a definition for, that is not a value?