Public Types

is_smaller< a, b > Struct Template Reference

Helper function for less-than comparison at compile time. More...

#include <element_iterators.hpp>

Public Types

enum  { value = (a < b) }

Detailed Description

template<long a, long b>
struct viennagrid::result_of::is_smaller< a, b >

Helper function for less-than comparison at compile time.


Member Enumeration Documentation

anonymous enum
Enumerator:
value 

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