#include <Concepts.h>
template<bool B, typename T>
struct Stroika::Foundation::Common::Case< B, T >
from https://stackoverflow.com/questions/32785105/implementing-a-switch-type-trait-with-stdconditional-t-chain-calls
- Example Usage
using Type = Select_t<Case<false, void>,
Definition at line 457 of file Concepts.h.
The documentation for this struct was generated from the following file: