ROSE
0.11.145.237
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
a
c
d
g
h
i
l
m
n
s
t
u
v
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
Enumerations
a
b
c
d
e
f
i
k
l
m
o
p
s
t
v
w
x
Enumerator
a
b
c
d
e
f
h
i
l
m
n
o
p
s
t
u
v
w
y
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Enumerator
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
x
y
Related Symbols
b
i
o
Files
File List
Examples
Sawyer
is_invocable
Static Public Member Functions
|
Static Public Attributes
|
List of all members
Sawyer::is_invocable< F, Args > Struct Template Reference
Description
template<class F, class... Args>
struct Sawyer::is_invocable< F, Args >
Definition at line
22
of file
Result.h
.
Static Public Member Functions
template<class U >
static auto
test
(U *p) -> decltype((*p)(std::declval< Args >()...), void(), std::true_type())
template<class U >
static auto
test
(...) -> decltype(std::false_type())
Static Public Attributes
static constexpr bool
value
= decltype(test<F>(0))::value
Member Data Documentation
◆
value
template<class F , class... Args>
constexpr bool
Sawyer::is_invocable
< F, Args >::value = decltype(test<F>(0))::value
static
constexpr
Definition at line
29
of file
Result.h
.
The documentation for this struct was generated from the following file:
Result.h
Generated on Mon Mar 10 2025 00:10:07 for ROSE by
1.9.8