InputByteStreamRef::read as

Материал из CAMaaS preliminary wiki
Версия от 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;

Шаблон:Read as::read as brief

Возвращаемое значение:
.