Defined in File util.hpp
T>util::assertHasValue(std::deque<T> queue, std::string item)¶Confirms that the queue passed has at least 1 value available, throwing an exception if not.
Wrapper around assertHasValues
T: type that the queue holds
item: string of item this byte will be used for. Used to create error message.
queue: queue of elements of type T to have length checked on
NDEFException: if the queue is empty