mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-05-25 13:48:44 -05:00
Added some hints
This commit is contained in:
@@ -45,6 +45,8 @@
|
||||
|
||||
namespace sqlpp
|
||||
{
|
||||
#warning add a value_or_null method that yields a type that can be NULL or have a value (very similar to an optional)
|
||||
#warning add a template<typename Db> bool_expression which takes any bool expression as constructor argument
|
||||
template<typename T>
|
||||
auto value(T t) -> wrap_operand_t<T>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user