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;}; argument27 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;}; argument30 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… argument33 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… argument37 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; }; argument37 template<typename Char> struct initializer_tag<env_append<Char>> { typedef env_tag<Char> type; }; argument39 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;}; argument42 …te<typename Char> struct initializer_tag<::boost::process::basic_environment<Char>> { t… struct43 …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; }; argument42 struct initializer_tag<T&> { typedef typename initializer_tag<T>::type type; }; argument46 struct initializer_tag<const T&> { typedef typename initializer_tag<T>::type type; }; argument
25 template<> struct initializer_tag<::boost::asio::io_context> { typedef async_tag type;}; struct
214 struct initializer_tag<group> struct216 typedef group_tag type;
162 struct initializer_tag<std::error_code> struct164 typedef error_tag type;