DAW JSON Link
Static Public Attributes | List of all members
daw::json::DAW_JSON_VER::runtime_exec_tag Struct Reference

#include <daw_json_exec_modes.h>

Inheritance diagram for daw::json::DAW_JSON_VER::runtime_exec_tag:
daw::json::DAW_JSON_VER::constexpr_exec_tag daw::json::DAW_JSON_VER::simd_exec_tag

Static Public Attributes

static constexpr bool always_rvo = true
 
static constexpr bool can_constexpr = false
 
static constexpr std::string_view name = "runtime"
 
- Static Public Attributes inherited from daw::json::DAW_JSON_VER::constexpr_exec_tag
static constexpr bool always_rvo = false
 
static constexpr bool can_constexpr = true
 
static constexpr std::string_view name = "constexpr"
 

Member Data Documentation

◆ always_rvo

constexpr bool daw::json::DAW_JSON_VER::runtime_exec_tag::always_rvo = true
staticconstexpr

◆ can_constexpr

constexpr bool daw::json::DAW_JSON_VER::runtime_exec_tag::can_constexpr = false
staticconstexpr

◆ name

constexpr std::string_view daw::json::DAW_JSON_VER::runtime_exec_tag::name = "runtime"
staticconstexpr

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