Searched defs:CanCreate (Results 1 – 1 of 1) sorted by relevance
27 struct CanCreate : std::false_type {}; struct30 struct CanCreate<T, typename std::void_t<decltype(StaticStringView::create<T>)>> : std::true_type { struct