Home
last modified time | relevance | path

Searched defs:initializer_tag (Results 1 – 6 of 6) sorted by relevance

/external/sdv/vsomeip/third_party/boost/process/include/boost/process/detail/traits/
Dcmd_or_exe.hpp24 template<> struct initializer_tag<const char* > { typedef cmd_or_exe_tag<char> type;}; struct
25 template<> struct initializer_tag<const wchar_t* > { typedef cmd_or_exe_tag<wchar_t> type;}; argument
27 template<> struct initializer_tag<char* > { typedef cmd_or_exe_tag<char> type;}; argument
28 template<> struct initializer_tag<wchar_t* > { typedef cmd_or_exe_tag<wchar_t> type;}; argument
30 template<std::size_t Size> struct initializer_tag<const char [Size]> { typedef cmd_or_exe_tag<ch… struct
31 template<std::size_t Size> struct initializer_tag<const wchar_t [Size]> { typedef cmd_or_exe_tag<wc… argument
33 template<std::size_t Size> struct initializer_tag<const char (&)[Size]> { typedef cmd_or_exe_tag… struct
34 template<std::size_t Size> struct initializer_tag<const wchar_t (&)[Size]> { typedef cmd_or_exe_tag… argument
36 template<> struct initializer_tag<std::basic_string<char >> { typedef cmd_or_exe_tag<char> t… argument
37 template<> struct initializer_tag<std::basic_string<wchar_t >> { typedef cmd_or_exe_tag<wchar_t> t… struct
[all …]
Denv.hpp36 template<typename Char> struct initializer_tag<env_set<Char>> { typedef env_tag<Char> type; }; argument
37 template<typename Char> struct initializer_tag<env_append<Char>> { typedef env_tag<Char> type; }; argument
39 template<typename Char> struct initializer_tag<env_reset<Char>> { typedef env_tag<Char> type;}; argument
40 template<typename Char> struct initializer_tag<env_init <Char>> { typedef env_tag<Char> type;}; argument
42 …te<typename Char> struct initializer_tag<::boost::process::basic_environment<Char>> { t… struct
43 …ate<typename Char> struct initializer_tag<::boost::process::basic_native_environment<Char>> { typ… struct
Ddecl.hpp38 struct initializer_tag<const T> { typedef typename initializer_tag<T>::type type; }; argument
42 struct initializer_tag<T&> { typedef typename initializer_tag<T>::type type; }; argument
46 struct initializer_tag<const T&> { typedef typename initializer_tag<T>::type type; }; argument
Dasync.hpp25 template<> struct initializer_tag<::boost::asio::io_context> { typedef async_tag type;}; struct
/external/sdv/vsomeip/third_party/boost/process/include/boost/process/
Dgroup.hpp214 struct initializer_tag<group> struct
216 typedef group_tag type;
Derror.hpp162 struct initializer_tag<std::error_code> struct
164 typedef error_tag type;