Searched refs:HasBindName (Results 1 – 1 of 1) sorted by relevance
306 constexpr bool HasBindName{std::is_convertible_v<T, const WithBindName *>}; variable311 if constexpr (HasBindName<decltype(&x)>) { in GetBindName()323 if constexpr (HasBindName<decltype(&x)>) { in SetBindName()