Interface Documentation
Version: invalid
Public Types | Static Public Attributes | List of all members
flecsi::util::typeify< T, M > Struct Template Reference

#include <typeify.hh>

Public Types

using TYPE = T
 

Static Public Attributes

static constexpr T value = M
 

Detailed Description

template<typename T, T M>
struct flecsi::util::typeify< T, M >

Create a C++ type from a non-type value, e.g., an integer literal.

Template Parameters
TThe literal type.
MThe literal value.

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