#include <daw_json_exec_modes.h>
|
static constexpr bool | always_rvo = true |
|
static constexpr bool | can_constexpr = false |
|
static constexpr std::string_view | name = "runtime" |
|
static constexpr bool | always_rvo = false |
|
static constexpr bool | can_constexpr = true |
|
static constexpr std::string_view | name = "constexpr" |
|
◆ always_rvo
constexpr bool daw::json::runtime_exec_tag::always_rvo = true |
|
staticconstexpr |
◆ can_constexpr
constexpr bool daw::json::runtime_exec_tag::can_constexpr = false |
|
staticconstexpr |
◆ name
constexpr std::string_view daw::json::runtime_exec_tag::name = "runtime" |
|
staticconstexpr |
The documentation for this struct was generated from the following file: