Scarab  2.8.1
Project 8 C++ Utility Library
Functions
pybind11::literals Namespace Reference

Functions

constexpr arg operator"" _a (const char *name, size_t)
 
str operator"" _s (const char *s, size_t size)
 

Function Documentation

◆ operator"" _a()

constexpr arg pybind11::literals::operator"" _a ( const char *  name,
size_t   
)

String literal version of arg

Definition at line 1850 of file cast.h.

◆ operator"" _s()

str pybind11::literals::operator"" _s ( const char *  s,
size_t  size 
)
inline

String literal version of str

Definition at line 950 of file pytypes.h.