Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
std::ios_base::event(3)	      C++ Standard Libary      std::ios_base::event(3)

NAME
       std::ios_base::event - std::ios_base::event

Synopsis
	  enum event {erase_event, imbue_event,	copyfmt_event};

	  Specifies the	event type which is passed to functions	registered by
	  register_callback()  on specific events. The following constants are
       defined:

	  Constant	Explanation
	  erase_event	issued on ~ios_base() or basic_ios::copyfmt()  (before
       the copy	of
			members	takes place)
	  imbue_event	issued on imbue()
	  copyfmt_event	issued on basic_ios::copyfmt() (after the copy of mem-
       bers takes place,
			but before the exception settings are copied)

Example
	   This	section	is incomplete
	   Reason: no example

http://cppreference.com		  2022.07.31	       std::ios_base::event(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=std::ios_base::event&sektion=3&manpath=FreeBSD+Ports+15.0>

home | help