От: | jazzer | Skype: enerjazzer | |
Дата: | 19.12.13 04:42 | ||
Оценка: | 3 (1) +1 |
template<class IO>
struct ios_type;
template<typename C, typename T>
struct ios_type<std::basic_ifstream<C,T>>: std::integral_constant<int, 1> {
};
template<typename C, typename T>
struct ios_type<std::basic_ofstream<C,T>>: std::integral_constant<int, 2> {
};
You will always get what you always got
If you always do what you always did