| 33 | |
| 34 | template<fixed_string Str> |
| 35 | constexpr auto operator"" _fs() |
| 36 | { |
| 37 | return FormatString<Str>{}; |
| 38 | } |
| 39 | |
| 40 | template<typename T, typename U> |
| 41 | constexpr bool plain_same_v = // #A Helper type-trait to strip |
nothing calls this directly
no outgoing calls
no test coverage detected