Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
Variables
DBGattServer.cpp File Reference
#include <cstring>
#include <string>
#include <memory>
#include <cstdint>
#include <vector>
#include <cstdio>
#include <algorithm>
#include <jau/debug.hpp>
#include "DBGattServer.hpp"
Include dependency graph for DBGattServer.cpp:

Go to the source code of this file.

Variables

static jau::cow_darray< DBGattServer::ListenerRef >::equal_comparator _listenerRefEqComparator
 

Variable Documentation

◆ _listenerRefEqComparator

Initial value:
=
[](const DBGattServer::ListenerRef &a, const DBGattServer::ListenerRef &b) -> bool { return *a == *b; }
std::shared_ptr< Listener > ListenerRef

Definition at line 84 of file DBGattServer.cpp.