MCPcopy Create free account
hub / github.com/KDAB/codebrowser / operator %

Function operator %

generator/stringbuilder.h:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49
50template<typename A, typename B>
51string_builder<typename string_builder_helper<A>::T, typename string_builder_helper<B>::T>
52operator %(const A &a, const B &b) {
53 return {a, b};
54}
55
56template<typename T> std::string &operator %=(std::string &s, const T &t) {
57 typedef string_builder_helper<T> H;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected