C++ Library Extensions 2022.12.09
To help learn modern C++ programming
tpf::boolean Struct Reference

#include <tpf_types.hpp>

Static Public Attributes

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
 

Detailed Description

Definition at line 1643 of file tpf_types.hpp.

Member Data Documentation

◆ After

constexpr bool tpf::boolean::After = true
staticconstexpr

Definition at line 1658 of file tpf_types.hpp.

◆ And

constexpr bool tpf::boolean::And = true
staticconstexpr

Definition at line 1649 of file tpf_types.hpp.

◆ Append

constexpr bool tpf::boolean::Append = true
staticconstexpr

Definition at line 1661 of file tpf_types.hpp.

◆ Before

constexpr bool tpf::boolean::Before = false
staticconstexpr

Definition at line 1657 of file tpf_types.hpp.

◆ False

constexpr bool tpf::boolean::False = false
staticconstexpr

Definition at line 1654 of file tpf_types.hpp.

◆ Left

constexpr bool tpf::boolean::Left = false
staticconstexpr

Definition at line 1645 of file tpf_types.hpp.

◆ No

constexpr bool tpf::boolean::No = false
staticconstexpr

Definition at line 1651 of file tpf_types.hpp.

◆ Or

constexpr bool tpf::boolean::Or = false
staticconstexpr

Definition at line 1648 of file tpf_types.hpp.

◆ Prepend

constexpr bool tpf::boolean::Prepend = false
staticconstexpr

Definition at line 1660 of file tpf_types.hpp.

◆ Right

constexpr bool tpf::boolean::Right = true
staticconstexpr

Definition at line 1646 of file tpf_types.hpp.

◆ True

constexpr bool tpf::boolean::True = true
staticconstexpr

Definition at line 1655 of file tpf_types.hpp.

◆ Yes

constexpr bool tpf::boolean::Yes = true
staticconstexpr

Definition at line 1652 of file tpf_types.hpp.


The documentation for this struct was generated from the following file: