include/basix/category_meta.hpp File Reference
#include <basix/operators.hpp>
Go to the source code of this file.
Classes
Namespaces
Defines
Detailed Description
Definition in file category_meta.hpp.
Define Documentation
Value:META_TMPL                                       \
struct has<META_TYPE,Op > {                     \
  typedef META_COND Type;                       \
  typedef META_TPNM Type::Cond Cond;            \
  static inline generic lazy_value () {         \
    return META_COND::lazy_value (); }          \
};
Definition at line 113 of file category_meta.hpp.
Referenced by mmx::mmx_lex().
 
 
      
        
          | #define HAS_ELEMENTARY | ( |  | ) |  | 
      
 
 
      
        
          | #define HAS_EUCLIDEAN_RING | ( |  | ) |  | 
      
 
 
      
        
          | #define HAS_EUCLIDEAN_RING_ABOVE_RING | ( |  | ) |  | 
      
 
 
      
        
          | #define HAS_FACTORIAL | ( |  | ) |  | 
      
 
 
      
        
          | #define HAS_FIELD_ABOVE_EUCLIDEAN_RING | ( |  | ) |  | 
      
 
 
      
        
          | #define HAS_FIELD_ABOVE_RING | ( |  | ) |  |