#include <qualified_type.h>
|
static std::string | tostring (const T &X) |
| If T is a qualified type, converts X to a std::string . More...
|
|
static pointer | copy (const T &X) |
| If T is a qualified type, returns a deep copy of X . More...
|
|
|
static constexpr bool | valid = false |
| Indicates whether type T is a qualified type. More...
|
|
static constexpr bool | valid_and_sortable = false |
| Indicates whether type T is both a qualified type and a sortable type. More...
|
|
◆ copy()
If T
is a qualified type, returns a deep copy of X
.
◆ tostring()
If T
is a qualified type, converts X
to a std::string
.
◆ valid
Indicates whether type T
is a qualified type.
◆ valid_and_sortable
Indicates whether type T
is both a qualified type and a sortable type.
The documentation for this struct was generated from the following file: