![]() |
Home | Libraries | People | FAQ | More |
Constructs a field_view
holding NULL.
constexpr
field_view();
» more...
(EXPERIMENTAL) Constructs a field_view
holding NULL.
explicit
constexpr
field_view(
std::nullptr_t);
» more...
(EXPERIMENTAL) Constructs a field_view
holding an int64
.
explicit
constexpr
field_view(
signed char v);
» more...
(EXPERIMENTAL) Constructs a field_view
holding an int64
.
explicit constexpr field_view( short v); »more...
explicit constexpr field_view( int v); »more...
explicit constexpr field_view( long v); »more...
explicit constexpr field_view( long long v); »more...
(EXPERIMENTAL) Constructs a field_view
holding a uint64
.
explicit
constexpr
field_view(
unsigned char v);
» more...
(EXPERIMENTAL) Constructs a field_view
holding a uint64
.
explicit constexpr field_view( unsigned short v); »more...
explicit constexpr field_view( unsigned int v); »more...
explicit constexpr field_view( unsigned long v); »more...
explicit constexpr field_view( unsigned long long v); »more...
(EXPERIMENTAL) Constructs a field_view
holding a string.
explicit
constexpr
field_view(
string_view v);
» more...
(EXPERIMENTAL) Constructs a field_view
holding a blob.
explicit
constexpr
field_view(
blob_view v);
» more...
(EXPERIMENTAL) Constructs a field_view
holding a float
.
explicit
constexpr
field_view(
float v);
» more...
(EXPERIMENTAL) Constructs a field_view
holding a double
.
explicit
constexpr
field_view(
double v);
» more...
(EXPERIMENTAL) Constructs a field_view
holding a date
.
explicit
constexpr
field_view(
const date& v);
» more...
(EXPERIMENTAL) Constructs a field_view
holding a datetime
.
explicit
constexpr
field_view(
const datetime& v);
» more...
(EXPERIMENTAL) Constructs a field_view
holding a time
.
explicit
constexpr
field_view(
const time& v);
» more...