Home
last modified time | relevance | path

Searched defs:tri_state (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/archive/iterators/
Ddataflow.hpp39 struct tri_state { struct
40 enum state_enum {
44 } m_state;
46 operator bool (){ in operator bool()
51 tri_state & operator=(bool rhs) { in operator =()
55 tri_state(bool rhs) : in tri_state() argument
58 tri_state(state_enum state) : in tri_state() function
61 bool operator==(const tri_state & rhs) const { in operator ==()
64 bool operator!=(const tri_state & rhs) const { in operator !=()