MCPcopy Create free account
hub / github.com/DFHack/dfhack / centered

Function centered

plugins/debug.cpp:643–646  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

641 */
642template<typename ST>
643center<typename ST::value_type, typename ST::traits_type> centered(const ST& str)
644{
645 return {str};
646}
647
648//! c++14 string conversion literal to std::string
649std::string operator "" _s(const char* cstr, size_t len)

Callers 1

printFilterListEntryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected