#include <tpf_types.hpp>
|
static constexpr bool | Left = false |
|
static constexpr bool | Right = true |
|
static constexpr bool | Or = false |
|
static constexpr bool | And = true |
|
static constexpr bool | No = false |
|
static constexpr bool | Yes = true |
|
static constexpr bool | False = false |
|
static constexpr bool | True = true |
|
static constexpr bool | Before = false |
|
static constexpr bool | After = true |
|
static constexpr bool | Prepend = false |
|
static constexpr bool | Append = true |
|
Definition at line 1643 of file tpf_types.hpp.
◆ After
constexpr bool tpf::boolean::After = true |
|
staticconstexpr |
◆ And
constexpr bool tpf::boolean::And = true |
|
staticconstexpr |
◆ Append
constexpr bool tpf::boolean::Append = true |
|
staticconstexpr |
◆ Before
constexpr bool tpf::boolean::Before = false |
|
staticconstexpr |
◆ False
constexpr bool tpf::boolean::False = false |
|
staticconstexpr |
◆ Left
constexpr bool tpf::boolean::Left = false |
|
staticconstexpr |
◆ No
constexpr bool tpf::boolean::No = false |
|
staticconstexpr |
◆ Or
constexpr bool tpf::boolean::Or = false |
|
staticconstexpr |
◆ Prepend
constexpr bool tpf::boolean::Prepend = false |
|
staticconstexpr |
◆ Right
constexpr bool tpf::boolean::Right = true |
|
staticconstexpr |
◆ True
constexpr bool tpf::boolean::True = true |
|
staticconstexpr |
◆ Yes
constexpr bool tpf::boolean::Yes = true |
|
staticconstexpr |
The documentation for this struct was generated from the following file: