Mathter
A configurable 3D math library for game developers.
Static Public Attributes | List of all members
mathter::traits::All< Cond, Head, Rest... > Struct Template Reference

#include <Traits.hpp>

Static Public Attributes

static constexpr bool value = Cond<Head>::value && All<Cond, Rest...>::value
 

Member Data Documentation

◆ value

template<template< class > class Cond, class Head , class... Rest>
constexpr bool mathter::traits::All< Cond, Head, Rest... >::value = Cond<Head>::value && All<Cond, Rest...>::value
static

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