Sygaldry
Toggle main menu visibility
Main Page
Related Pages
Topics
Concepts
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
c
d
e
i
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Functions
a
c
d
e
i
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Variables
Typedefs
Files
File List
▼
Sygaldry
►
Quick Motivation Summary
Quick Start
►
Project Motivation
►
Library Overview
Licenses
►
Design Concepts
►
Developer Environment Setup
►
Making a New Instrument
►
Making a New Component
►
Contributors' Guide
►
Implementation Documentation
►
Sygaldry Authors Directory
►
Convenience Scripts
Literate Programming with Doxygen
Literate Programming with lili
Bibliography
►
Topics
►
Concepts
►
Classes
▼
Files
▼
File List
▼
sygaldry
►
sygac-components
►
sygac-endpoints
►
sygac-functions
►
sygac-metadata
►
sygac-mimu
►
sygac-runtime
►
sygac-tuple
▼
sygah-consteval
sygah-consteval.hpp
sygaldry-utilities-consteval.hpp
►
sygah-endpoints
►
sygah-metadata
►
sygah-mimu
►
sygah-string_literal
►
sygbe-runtime
►
sygbe-spiffs
►
sygbe-wifi
►
sygbp-cli
►
sygbp-cstdio_reader
►
sygbp-liblo
►
sygbp-osc_match_pattern
►
sygbp-osc_string_constants
►
sygbp-output_logger
►
sygbp-rapid_json
►
sygbp-session_data
►
sygbp-spelling
►
sygbr-cli
►
sygbr-runtime
►
sygsa-max17055
►
sygsa-trill_craft
►
sygsa-two_wire
►
sygsa-two_wire_serif
►
sygse-adc
►
sygse-button
►
sygse-gpio
►
sygse-max17055
►
sygsp-button
►
sygsp-complementary_mimu_fusion
►
sygsp-delay
►
sygsp-icm20948
►
sygsp-micros
►
sygsp-mimu_units
►
sygsr-adc
►
sygsr-button
►
sygup-basic_logger
►
sygup-cstdio_logger
►
sygup-debug_printer
•
All
Classes
Functions
Variables
Typedefs
Enumerations
Modules
Pages
Concepts
Loading...
Searching...
No Matches
sygah-consteval.hpp
1
/*
2
Copyright 2023 Travis J. West, https://traviswest.ca, Input Devices and Music Interaction Laboratory
3
(IDMIL), Centre for Interdisciplinary Research in Music Media and Technology
4
(CIRMMT), McGill University, Montréal, Canada, and Univ. Lille, Inria, CNRS,
5
Centrale Lille, UMR 9189 CRIStAL, F-59000 Lille, France
6
7
SPDX-License-Identifier: MIT
8
*/
9
13
19
#ifdef __clang__
20
#define _consteval constexpr
21
#else
22
#define _consteval consteval
23
#endif
sygaldry
sygah-consteval
sygah-consteval.hpp
Generated by
1.9.8