| 641 | */ |
| 642 | template<typename ST> |
| 643 | center<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 |
| 649 | std::string operator "" _s(const char* cstr, size_t len) |
no outgoing calls
no test coverage detected