aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/util/trinary.h
blob: c45d40faa9cbe0f4806ef8ca06b4cc921b7ce9da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

#pragma once

namespace vespalib {

enum class Trinary {
   True, False, Undefined
};

} // namespace vespalib