Provides building operation for boxes. More...
#include <box.hh>
Public Member Functions | |
| template<typename ExactList > | |
| container_box< Direction, VS, HS, IS, ExactList > | operator[] (const box_list< ExactList > &l) const |
| Builds a box container from a list of boxes. | |
| template<typename ExactBox > | |
| container_box< Direction, VS, HS, IS, box_list_cons < ExactBox, box_list_end > > | operator[] (const box< ExactBox > &l) const |
| Builds a box container from a singleton of box. | |
Provides building operation for boxes.