Quick Start
References
Contributing
License
Appendix
namespace literals {}
py::literals contains literals defined by PyPP.
py::literals
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.
using namespace literal_namespace
literal_namespace
builtins