itch-mold-replay 1.0
Time-accurate NASDAQ TotalView-ITCH 5.0 replay over MoldUDP64
Loading...
Searching...
No Matches
imr::util::SyscallInvocable Concept Reference

Concept representing any callable taking no arguments and returning an int (wrapping open/dup/socket/etc). More...

#include <file_descriptor.h>

Concept definition

template<typename Fn>
concept imr::util::SyscallInvocable = std::is_invocable_r_v<int, Fn>
Concept representing any callable taking no arguments and returning an int (wrapping open/dup/socket/...
Definition file_descriptor.h:15

Detailed Description

Concept representing any callable taking no arguments and returning an int (wrapping open/dup/socket/etc).