代码搜索:explicit
找到约 10,000 项符合「explicit」的源代码
代码结果 10,000
www.eeworm.com/read/249070/12523378
txt c07p359.txt
template
class queue
{
public:
explicit queue(const Container& cnt = Container());
// Default constructor, initializes an empty queue.
// Precondition:
www.eeworm.com/read/249070/12523421
txt c06p303.txt
template
class stack
{
public:
explicit stack(const Container& cnt = Container());
// Default constructor; initializes an empty stack.
// Precondition: