Home
last modified time | relevance | path

Searched refs:my_int2 (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/iterator/test/
Dcounting_iterator_test.cpp222 class my_int2 { class
230 my_int2() { } in my_int2() function in my_int2
231 my_int2(int x) : m_int(x) { } in my_int2() function in my_int2
232 my_int2& operator++() { ++m_int; return *this; } in operator ++()
233 my_int2& operator--() { --m_int; return *this; } in operator --()
234 bool operator==(const my_int2& x) const { return m_int == x.m_int; } in operator ==()
282 test_integer<my_int2>(); in main()
/third_party/boost/libs/log/doc/
Dattributes.qbk99 shared_mc my_int2(20);
105 lg.add_attribute("MyInteger2", my_int2);
118 my_int2.set(300);