summaryrefslogtreecommitdiff
path: root/libcult/cult/meta/answer.hxx
blob: 402d15268e41f0ed2c87c2df1b5c7ae470241b33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
// file      : cult/meta/answer.hxx
// author    : Boris Kolpackov <boris@kolpackov.net>
// copyright : Copyright (c) 2005-2010 Boris Kolpackov
// license   : GNU GPL v2 + exceptions; see accompanying LICENSE file

#ifndef CULT_META_ANSWER_HXX
#define CULT_META_ANSWER_HXX

#include <cult/types/fundamental.hxx>

namespace Cult
{
  namespace Meta
  {
    struct Yes
    {
      Char filling;
    };

    struct No
    {
      Char filling[2];
    };
  }
}

#endif  // CULT_META_ANSWER_HXX