iceberg-cpp
Loading...
Searching...
No Matches
Classes | Namespaces | Concepts
string_util.h File Reference

Provide string utility helpers. More...

#include <algorithm>
#include <cerrno>
#include <charconv>
#include <optional>
#include <ranges>
#include <string>
#include <string_view>
#include <type_traits>
#include <typeinfo>
#include <utility>
#include <vector>
#include "iceberg/iceberg_export.h"
#include "iceberg/result.h"

Go to the source code of this file.

Classes

class  iceberg::StringUtils
 
struct  iceberg::StringHash
 Transparent hash function that supports std::string_view as lookup key. More...
 
struct  iceberg::StringEqual
 Transparent equality function that supports std::string_view as lookup key. More...
 
struct  iceberg::StringLess
 Transparent less function that supports std::string_view as lookup key. More...
 

Namespaces

namespace  iceberg
 Core Apache Iceberg C++ APIs.
 

Concepts

concept  iceberg::FromChars
 

Detailed Description

Provide string utility helpers.