23template <
typename TBase>
24class MissingOnReadFail :
public TBase
26 using BaseImpl = TBase;
29 template <
typename TIter>
34 auto es = tmp.read(iterTmp, len);
40 static_cast<BaseImpl&
>(*this) = std::move(tmp);
45 static constexpr bool hasReadNoStatus()
50 template <
typename TIter>
51 void readNoStatus(TIter& iter) =
delete;
Contains definition of various casts.
@ Missing
Field doesn't exist.
Main namespace for all classes / functions of COMMS library.
ErrorStatus
Error statuses reported by the Communication module.
Definition ErrorStatus.h:17
@ Success
Used to indicate successful outcome of the operation.