InputByteStreamRef::read as
Версия от 15:00, 25 апреля 2017; Ninok2801 (обсуждение | вклад) (Новая страница: «{{function_begin|template <class T> auto read_as() const -> typename std::enable_if<std::is_pod<T>::value, T>::type; |{{read_as::read_as brief}} }} {{function re…»)
template <class T>
auto read_as() const -> typename std::enable_if<std::is_pod<T>::value, T>::type;
- Возвращаемое значение:
- .