repr 0.1
Reconstructable string representations and more
|
#include <array>
#include <bit>
#include <cstddef>
#include <limits>
#include <type_traits>
#include <utility>
#include <librepr/feature.h>
#include <librepr/customization.h>
#include <librepr/customization/enum.h>
#include <librepr/macro/default.h>
#include "range.h"
#include "util.h"
#include "range_list.h"
#include "accessor.h"
Go to the source code of this file.
Classes | |
struct | librepr::ctei::Search< T > |
Namespaces | |
namespace | librepr |
namespace | librepr::ctei |
Typedefs | |
template<typename T > | |
using | librepr::ctei::dump_enum = decltype(Search< T >::search()) |
Functions | |
constexpr std::size_t | librepr::ctei::find_first (bool const *array, std::size_t min, std::size_t max, bool value) |
template<typename T > | |
constexpr T | librepr::ctei::clamp (auto value) |