fastcgi++
A C++ FastCGI/Web API
Public Types | Public Member Functions | List of all members
Fastcgipp::Protocol::RequestId::Less Struct Reference

We need this uglyness to find ranges based purely on the socket. More...

#include <fastcgi++/protocol.hpp>

Public Types

using is_transparent = std::true_type
 

Public Member Functions

bool operator() (const RequestId &x, const RequestId &y) const
 
bool operator() (const RequestId &id, const Socket &socket) const
 
bool operator() (const Socket &socket, const RequestId &id) const
 

Detailed Description

We need this uglyness to find ranges based purely on the socket.

Definition at line 112 of file protocol.hpp.

Member Typedef Documentation

◆ is_transparent

Definition at line 114 of file protocol.hpp.

Member Function Documentation

◆ operator()() [1/3]

bool Fastcgipp::Protocol::RequestId::Less::operator() ( const RequestId x,
const RequestId y 
) const
inline

◆ operator()() [2/3]

bool Fastcgipp::Protocol::RequestId::Less::operator() ( const RequestId id,
const Socket socket 
) const
inline

Definition at line 124 of file protocol.hpp.

◆ operator()() [3/3]

bool Fastcgipp::Protocol::RequestId::Less::operator() ( const Socket socket,
const RequestId id 
) const
inline

Definition at line 129 of file protocol.hpp.


The documentation for this struct was generated from the following file: