TTS v3.0.0
The Tiny Test System
 
Loading...
Searching...
No Matches
tts::boolean_type< T > Struct Template Reference

Boolean type computation. More...

Detailed Description

template<typename T>
struct tts::boolean_type< T >

Boolean type computation.

This structure is used to compute a boolean type for a type T. By default, the boolean type is bool, but this structure can be specialized for user-defined types to provide a different boolean type.

  Helper types:**
- `boolean_type_t<T>`: Alias for `typename boolean_type<T>::type`

@tparam T Type for which to compute the boolean type.