#include <cstddef>
Go to the source code of this file.
Classes | |
class | SizedPtr< T > |
SizedPtr class. More... | |
Functions | |
template<typename T > | |
constexpr bool | AllCondIsTrue (const T &t) |
template<typename T , typename... Others> | |
constexpr bool | AllCondIsTrue (const T &t, Others const &... args) |
Function Documentation
◆ AllCondIsTrue() [1/2]
template<typename T >
constexpr bool AllCondIsTrue | ( | const T & | t | ) |
◆ AllCondIsTrue() [2/2]
template<typename T , typename... Others>
constexpr bool AllCondIsTrue | ( | const T & | t, |
Others const &... | args | ||
) |