Home
last modified time | relevance | path

Searched refs:Voider (Results 1 – 2 of 2) sorted by relevance

/external/google-benchmark/include/benchmark/
Dbenchmark_api.h173 template <class T> struct Voider { struct
181 struct EnableIfString<T, typename Voider<typename T::basic_string>::type> { argument
/external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/
Dresult_of.pass.cpp29 struct Voider { struct
37 struct HasType<T, typename Voider<typename T::type>::type> : std::true_type {}; argument