Searched defs:initializer_tag (Results 1 – 6 of 6) sorted by relevance
24 template<> struct initializer_tag<const char* > { typedef cmd_or_exe_tag<char> type;}; struct25 template<> struct initializer_tag<const wchar_t* > { typedef cmd_or_exe_tag<wchar_t> type;}; struct27 template<> struct initializer_tag<char* > { typedef cmd_or_exe_tag<char> type;}; argument28 template<> struct initializer_tag<wchar_t* > { typedef cmd_or_exe_tag<wchar_t> type;}; struct30 template<std::size_t Size> struct initializer_tag<const char [Size]> { typedef cmd_or_exe_tag<ch… struct31 template<std::size_t Size> struct initializer_tag<const wchar_t [Size]> { typedef cmd_or_exe_tag<wc… struct33 template<std::size_t Size> struct initializer_tag<const char (&)[Size]> { typedef cmd_or_exe_tag… struct34 template<std::size_t Size> struct initializer_tag<const wchar_t (&)[Size]> { typedef cmd_or_exe_tag… argument36 template<> struct initializer_tag<std::basic_string<char >> { typedef cmd_or_exe_tag<char> t… struct37 template<> struct initializer_tag<std::basic_string<wchar_t >> { typedef cmd_or_exe_tag<wchar_t> t… struct[all …]
36 template<typename Char> struct initializer_tag<env_set<Char>> { typedef env_tag<Char> type; }; struct37 template<typename Char> struct initializer_tag<env_append<Char>> { typedef env_tag<Char> type; }; struct39 template<typename Char> struct initializer_tag<env_reset<Char>> { typedef env_tag<Char> type;}; argument40 template<typename Char> struct initializer_tag<env_init <Char>> { typedef env_tag<Char> type;}; struct42 …te<typename Char> struct initializer_tag<::boost::process::basic_environment<Char>> { t… argument43 …ate<typename Char> struct initializer_tag<::boost::process::basic_native_environment<Char>> { typ… struct
38 struct initializer_tag<const T> { typedef typename initializer_tag<T>::type type; }; struct42 struct initializer_tag<T&> { typedef typename initializer_tag<T>::type type; }; struct46 struct initializer_tag<const T&> { typedef typename initializer_tag<T>::type type; }; struct
25 template<> struct initializer_tag<::boost::asio::io_context> { typedef async_tag type;}; argument
214 struct initializer_tag<group> struct216 typedef group_tag type;
162 struct initializer_tag<std::error_code> struct164 typedef error_tag type;