garlic::literal_tag< T > Struct Template Reference

Constraint Tag that passes if layer is equal to a specified value. More...

#include <constraints.h>

Detailed Description

template<typename T>
struct garlic::literal_tag< T >

Constraint Tag that passes if layer is equal to a specified value.

make_constraint<string_literal_tag>("text");
make_constraint<int_literal_tag>(12);
make_constraint<double_literal_tag>(10.5);
make_constraint<bool_literal_tag>(false);
make_constraint<null_literal_tag>();

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