#include <atom_iterable_concept.hpp>
Public Types | |
typedef T::size_type | st |
typedef T::const_atom_iterator | const_atom_it |
typedef T::const_reverse_atom_iterator | const_rev_atom_it |
typedef T::atom_iterator | atom_it |
typedef T::reverse_atom_iterator | rev_atom_it |
Public Member Functions | |
void | constraints () |
void | const_constraints (T const &ac) |
Public Attributes | |
T | obj |
st | size |
const_atom_it | cai |
const_rev_atom_it | crai |
atom_it | ai |
rev_atom_it | rai |
typedef T::size_type st |
typedef T::const_atom_iterator const_atom_it |
typedef T::const_reverse_atom_iterator const_rev_atom_it |
typedef T::atom_iterator atom_it |
typedef T::reverse_atom_iterator rev_atom_it |
void constraints | ( | ) |
void const_constraints | ( | T const & | ac | ) |
T obj |