Home
last modified time | relevance | path

Searched defs:make_void (Results 1 – 7 of 7) sorted by relevance

/third_party/json/include/nlohmann/detail/meta/
Dvoid_t.hpp7 template<typename ...Ts> struct make_void struct
9 using type = void;
/third_party/boost/boost/type_traits/
Dmake_void.hpp19 struct make_void { struct
20 typedef void type;
/third_party/boost/libs/beast/include/boost/beast/core/detail/
Dtype_traits.hpp55 using make_void = boost::make_void<Ts...>; typedef
/third_party/boost/boost/beast/core/detail/
Dtype_traits.hpp55 using make_void = boost::make_void<Ts...>; typedef
/third_party/boost/boost/lambda/detail/
Dret.hpp270 make_void(const lambda_functor<Arg1>& a1) { in make_void() function
287 make_void(const Arg1&) { in make_void() function
/third_party/boost/libs/proto/example/
Dlambda.hpp1633 make_void(Expr const &expr) in make_void() function
/third_party/json/single_include/nlohmann/
Djson.hpp2750 template<typename ...Ts> struct make_void struct
2752 using type = void;