Mathter
A configurable 3D math library for game developers.
mathter
traits
Any< Cond, Head, Rest... >
Static Public Attributes
|
List of all members
mathter::traits::Any< Cond, Head, Rest... > Struct Template Reference
#include <
Traits.hpp
>
Static Public Attributes
static constexpr bool
value
= Cond<Head>::value ||
Any
<Cond, Rest...>::value
Member Data Documentation
◆
value
template<template< class > class Cond, class Head , class... Rest>
constexpr bool
mathter::traits::Any
< Cond, Head, Rest... >::value = Cond<Head>::value ||
Any
<Cond, Rest...>::value
static
The documentation for this struct was generated from the following file:
/home/petiaccja/Programming/Mathter/Mathter/Common/
Traits.hpp
Generated by
1.8.13