ppap4lmp
0.7.2
pybind_json.h
Go to the documentation of this file.
1
9
#ifndef ALIAS_PYBIND_JSON_H
10
#define ALIAS_PYBIND_JSON_H
11
12
namespace
pybind11
13
{
14
namespace
detail
15
{
17
template
<>
struct
type_caster<
Json
> {
18
public
:
19
21
PYBIND11_TYPE_CASTER(
Json
, _(
"json"
));
22
24
bool
load(handle src,
bool
);
25
27
static
handle cast(
Json
src, return_value_policy, handle);
28
};
29
}
// namespace detail
30
}
// namespace pybind11
31
32
#endif
pybind11
Definition:
pybind_json.cpp:13
Json
nlohmann::json Json
Json is an alias for nlohmann::json.
Definition:
json.h:22
src
alias
pybind_json.h
Generated by
1.8.14