~~~ Constructor ~~~ : FAMILY0(,TBasicCowString)
| 202 | |
| 203 | // ~~~ Constructor ~~~ : FAMILY0(,TBasicCowString) |
| 204 | TBasicCowString() noexcept |
| 205 | : S_(Construct()) |
| 206 | { |
| 207 | } |
| 208 | |
| 209 | inline explicit TBasicCowString(::NDetail::TReserveTag rt) |
| 210 | : S_(Construct<>()) |
no test coverage detected