|  | 
| 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 () | 
|  | 
| static const Build | Yes | 
| static const Build | No | 
|  | 
| constexpr bool | operator== (Build a, Build b) | 
| constexpr bool | operator!= (Build a, Build b) | 
The documentation for this class was generated from the following file: