relx 0.1.0
A Modern C++23 Type-Safe SQL Query Builder
Loading...
Searching...
No Matches
relx::query::aggregate_checking::Countable Concept Reference

Concept for types suitable for COUNT (any type is countable) More...

#include <relx/query/function.hpp>

Concept definition

template<typename T>
Concept for types suitable for COUNT (any type is countable)
Definition function.hpp:118

Detailed Description

Concept for types suitable for COUNT (any type is countable)

Definition at line 118 of file function.hpp.