#include <algorithm>
#include <tuple>
#include <type_traits>
#include "virt_wrap/utility.hpp"
Go to the source code of this file.
|
constexpr auto | pow10 (std::size_t n) |
|
constexpr unsigned | strntou (const char *str, std::size_t len) |
|
template<typename Container , typename T > |
unsigned | reverse_search (const Container &c, const T &e) |
|
constexpr auto pow10 |
( |
std::size_t |
n | ) |
|
template<typename Container , typename T >
unsigned reverse_search |
( |
const Container & |
c, |
|
|
const T & |
e |
|
) |
| |
constexpr unsigned strntou |
( |
const char * |
str, |
|
|
std::size_t |
len |
|
) |
| |
template<class T , class U >