Searched refs:construct_from_basic (Results 1 – 2 of 2) sorted by relevance
15 void construct_from_basic(const basic &);22 inline ex::ex(const basic &b) { construct_from_basic (b); } in ex()24 void ex::construct_from_basic(const basic &b) { in construct_from_basic() function in ex