#include <algorithm>
#include <cassert>
#include <chrono>
#include <limits>
#include <thread>
#include <derecho/core/detail/derecho_internal.hpp>
#include <derecho/core/detail/multicast_group.hpp>
#include <derecho/persistent/Persistent.hpp>
#include <derecho/rdmc/detail/util.hpp>
#include <derecho/utils/logger.hpp>
Go to the source code of this file.
Namespaces | |
derecho | |
Functions | |
template<class T , class U > | |
size_t | derecho::index_of (T container, U elem) |
Helper function to find the index of an element in a container. More... | |