py::literals

namespace literals {}

py::literals contains literals defined by PyPP.

Literals can be accessed by inserting the statement using namespace literal_namespace into a scope, where literal_namespace is either py::literals, or any other nested namespace.

Members