#include <cassert>
#include <typeinfo>
#include <iostream>
#include <memory>
#include <tuple>
#include <utility>
#include <dune/common/typeutilities.hh>
Go to the source code of this file.
◆ DUNE_GET_COUNTER
#define DUNE_GET_COUNTER |
( |
| Tag | ) |
|
Value: (counterFunc(Dune::PriorityTag<maxcount>{}, Tag{}, Dune::CounterImpl::ADLTag{}))
◆ DUNE_INC_COUNTER
#define DUNE_INC_COUNTER |
( |
| Tag | ) |
|
Value: namespace { \
namespace CounterImpl { \
constexpr std::size_t \
{ \
return p.value; \
} \
} \
} \
static_assert(true, "unfudge indentation")
#define DUNE_GET_COUNTER(Tag)
Definition counter.hh:17
◆ maxcount
std::size_t maxcount = 100 |
|
constexpr |