Zen
A cross-platform functional programming language

qconstant< T, qT > Class Template Reference

Intrinsic query constant type. More...

#include <zbl.hpp>

Inheritance diagram for qconstant< T, qT >:
qvisitorT< qT > qexpr

List of all members.

Public Member Functions

 qconstant (const T &val)
 Default constructor.

Private Attributes

const T & _val
 The value.

Detailed Description

template<typename T, typename qT>
class z::qconstant< T, qT >

Intrinsic query constant type.


Constructor & Destructor Documentation

qconstant ( const T &  val) [inline, explicit]

Default constructor.

Parameters:
valThe constant value

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines