Searched defs:is_wchar_t (Results 1 – 6 of 6) sorted by relevance
19 template<typename T> struct is_wchar_t : std::false_type {}; struct21 template<> struct is_wchar_t<boost::filesystem::path> : std::is_same<typename boost::filesystem::pa… struct25 template<> struct is_wchar_t<const wchar_t* > : std::true_type {}; struct27 template<> struct is_wchar_t<wchar_t* > : std::true_type {}; struct29 template<std::size_t Size> struct is_wchar_t<const wchar_t [Size]> : std::true_type {}; struct30 template<std::size_t Size> struct is_wchar_t<const wchar_t (&)[Size]> : std::true_type {}; struct32 template<> struct is_wchar_t<std::wstring> : std::true_type {}; struct33 template<> struct is_wchar_t<std::vector<std::wstring>> : std::true_type {}; struct34 template<> struct is_wchar_t<std::initializer_list<std::wstring>> : std::true_type {}; struct35 template<> struct is_wchar_t<std::vector<wchar_t *>> : std::true_type {}; struct[all …]
107 template<> struct is_wchar_t<env_set<wchar_t>> : std::true_type {}; struct108 template<> struct is_wchar_t<env_append<wchar_t>> : std::true_type {}; struct109 template<> struct is_wchar_t<env_reset<wchar_t>> : std::true_type {}; struct110 template<> struct is_wchar_t<basic_environment<wchar_t>> : std::true_type {}; struct
58 struct is_wchar_t<shell_> : is_wchar_t<boost::filesystem::path> struct
71 template<> struct is_wchar_t<api::cmd_setter_<wchar_t>> : std::true_type {}; struct
70 template<> struct is_wchar_t<api::start_dir_init<wchar_t>> : std::true_type {}; struct
42 template<> struct is_wchar_t<exe_setter_<wchar_t>> : std::true_type {}; struct96 template<> struct is_wchar_t<arg_setter_<wchar_t, true >> : std::true_type {}; struct97 template<> struct is_wchar_t<arg_setter_<wchar_t, false>> : std::true_type {}; struct