9.1
general documentation
always_true< Args > Struct Template Reference

Utility template which returns "true" for a given pack. This is necessary of std::enable_if_t<> when the template pack is not used for the if clause... More...

#include <cs_defs.h>

+ Inheritance diagram for always_true< Args >:
+ Collaboration diagram for always_true< Args >:

Detailed Description

template<typename... Args>
struct cs::always_true< Args >

Utility template which returns "true" for a given pack. This is necessary of std::enable_if_t<> when the template pack is not used for the if clause...


The documentation for this struct was generated from the following file: