ESP-IDF
_OT_HAS_ONE_ARG_OR_TWO_ARGS
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
_OT_HAS_ONE_ARG_OR_TWO_ARGS
_OT_HAS_ONE_ARG_OR_TWO_ARGS macro
Syntax
Show:
Summary
Declaration
from
arg_macros.hpp:76
#define
_OT_HAS_ONE_ARG_OR_TWO_ARGS
(
...
)
_OT_SELECT_3
(
__VA_ARGS__
,
TWO_ARGS
,
ONE_ARG
,
JUNK
)
Examples
References
from
examples
Code
Location
#define
_OT_HAS_ONE_ARG_OR_TWO_ARGS
(
...
)
_OT_SELECT_3
(
__VA_ARGS__
,
TWO_ARGS
,
ONE_ARG
,
JUNK
)
arg_macros.hpp:76
#define
OT_SECOND_ARG
(
...
)
_OT_GET_SECOND_ARG
(
_OT_HAS_ONE_ARG_OR_TWO_ARGS
(
__VA_ARGS__
)
,
__VA_ARGS__
)
arg_macros.hpp:55
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out