Lbug C++ API
Loading...
Searching...
No Matches
lbug::common::HashablePrimitive Concept Reference
#include <
types.h
>
Concept definition
template
<
typename
T>
concept
lbug::common::HashablePrimitive
=
((std::integral<T> && !std::is_same_v<T, bool>) || std::floating_point<T> ||
std::is_same_v<T, int128_t> || std::is_same_v<T, uint128_t>)
lbug::common::HashablePrimitive
Definition
types.h:162
lbug
common
HashablePrimitive
Generated by
1.14.0