Dune-Fufem 2.11-git
Loading...
Searching...
No Matches
Python::Literals Namespace Reference

Functions

Imp::KeyWord< char > operator""_a (const char *keyword, std::size_t)
 User defined literal for defining string-based keyword arguments.
 

Function Documentation

◆ operator""_a()

Imp::KeyWord< char > Python::Literals::operator""_a ( const char *  keyword,
std::size_t   
)

User defined literal for defining string-based keyword arguments.

This allows to create keyword arguments using "keyword"_a=value.