aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/util/trinary.h
blob: 5ca1f8a7cc20fa1a8a61d5b4eb58c693a460a6a6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright Yahoo. 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