repr 0.1
Reconstructable string representations and more
Loading...
Searching...
No Matches
search.h File Reference
#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"
Include dependency graph for search.h:
This graph shows which files directly or indirectly include this file:

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 >
constexprlibrepr::ctei::clamp (auto value)