|
template<typename T, std::enable_if_t<!std::is_same_v< T, bool > &&std::is_constructible_v< bool, T >, int > = 0> |
constexpr | Build (T value) noexcept |
|
template<typename T, std::enable_if_t< std::is_same_v< T, bool >, int > = 0> |
constexpr | Build (T value) noexcept |
|
constexpr | operator bool () |
|
The documentation for this class was generated from the following file: