| 308 | |
| 309 | template <class TRange, class TFormatter> |
| 310 | typename TFormattableView<TRange, TFormatter>::TBegin TFormattableView<TRange, TFormatter>::begin() const |
| 311 | { |
| 312 | return RangeBegin; |
| 313 | } |
| 314 | |
| 315 | template <class TRange, class TFormatter> |
| 316 | typename TFormattableView<TRange, TFormatter>::TEnd TFormattableView<TRange, TFormatter>::end() const |
no outgoing calls