#include <sqt/orm/querier/selecter/selecter_type.h>
Constrains a type to be a selecter type, which corresponds to a SELECT SQL statement that can be executed.
Requirements
A selecter type is a specialized querier type that corresponds to a SELECT SQL statement.
This concept adds more constraints about getting the result elements from the statement.