Lbug C++ API
Loading...
Searching...
No Matches
lbug::common::ComparableTypes Concept Reference

#include <types.h>

Concept definition

template<typename T>
concept lbug::common::ComparableTypes = NumericTypes<T> || std::is_same_v<T, ku_string_t> ||
std::is_same_v<T, interval_t> || std::is_same_v<T, bool>
Definition types.h:158
Definition types.h:155