Пример #1
0
	std::enable_if_t<std::is_arithmetic<T>::value, void>
	load(BinaryInput & a, T & t)
	{
		a.load_Data(std::addressof(t), sizeof(t));
	}